/aws-proton-sample-services

Sample application code for AWS Proton

Primary LanguageHTMLMIT No AttributionMIT-0

AWS Proton Sample Services

This repository contains samples of application code that can be deployed with AWS Proton using the AWS Proton Sample Templates for CloudFormation and for Terraform.

Each folder in this repository corresponds to a service. The sample templates contain pipeline a pipeline parameter that allow you to select a specific folder, so that you can select the correct folder for your type of service.

  • 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.