Software Alternatives & Reviews

Refactoring a serverless application to use Step Functions third-party API call integration

OpenWeatherMap AWS X-Ray AWS Secrets Manager AWS Lambda Amazon CloudWatch
  1. OpenWeatherMap is a location-based weather information providing service over the internet.
    I use the OpenWeather API to receive the current temperature data by providing the latitude and longitude coordinates as query strings in the request. A Lambda function invokes the weather API and sends the current temperature value as a custom metric to CloudWatch. I then graph the temperature values on a dashboard and activate an alarm when the temperature sinks below zero degrees Celsius.

    #Weather #Weather Apps #Weather Forecasts 97 social mentions

  2. AWS X-Ray helps developers analyze and debug production and distributed applications.
    I also send some annotations and subsegments to X-Ray that makes it easy to identify bottlenecks and Lambda cold starts.

    #Monitoring Tools #Application Performance Monitoring #AWS Lambda 21 social mentions

  3. AWS Secrets Manager to Rotate, Manage, Retrieve Secrets
    So we create a connection first and specify authorization pattern, which is API key in this case. EventBridge Connections uses Secrets Manager to store the key.

    #Identity And Access Management #Identity Provider #SSO 67 social mentions

  4. Automatic, event-driven compute service
    Pricing:
    • Open Source
    I use the OpenWeather API to receive the current temperature data by providing the latitude and longitude coordinates as query strings in the request. A Lambda function invokes the weather API and sends the current temperature value as a custom metric to CloudWatch. I then graph the temperature values on a dashboard and activate an alarm when the temperature sinks below zero degrees Celsius.

    #Cloud Computing #Cloud Hosting #Backend As A Service 244 social mentions

  5. Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS.
    I use the OpenWeather API to receive the current temperature data by providing the latitude and longitude coordinates as query strings in the request. A Lambda function invokes the weather API and sends the current temperature value as a custom metric to CloudWatch. I then graph the temperature values on a dashboard and activate an alarm when the temperature sinks below zero degrees Celsius.

    #Monitoring Tools #Log Management #Performance Monitoring 54 social mentions

Discuss: Refactoring a serverless application to use Step Functions third-party API call integration

Log in or Post with