Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 1.64 KB

README.md

File metadata and controls

48 lines (24 loc) · 1.64 KB

AWS Proton Sample Services

This repository contains samples of application code that can be deployed with AWS Proton using the AWS Proton Sample Services.

  • ecs-backend

    Flask app that responds with a Hello message along with the Time. README

  • ecs-ping-backend-a-record

    Application code to ping Fargate backend service using service discovery. README

  • ecs-ping-backend-srv-record

    Application code to ping ECS on EC2 backend service using service discovery. README

  • ecs-ping-sns

    Python application that sends a random 5-letter string along with the time to the shared SNS topic, every 5 minutes. README

  • ecs-static-website

    Containerized static website. README

  • ecs-worker

    Python application that polls the SQS queue for messages, and writes the message body to CloudWatch logs. README

  • lambda-ping-sns

    Lambda function to send a random string and time to the shared SNS topic, whenever invoked by API Gateway HTTP API. README

  • lambda-worker

    Lambda function that writes the event, context object and SQS message to CloudWatch Logs. README

Security

See CONTRIBUTING for more information.

Code of Conduct

See CODE OF CONDUCT for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.