├── README.md ├── Vagrantfile ├── api-sample ├── event.json ├── handler.js ├── s-function.json └── s-templates.json └── img ├── API-Gateway-Internals.png ├── Architectural_pattern_for_a_simple_three-tier_application.png ├── Architectural_pattern_for_a_static_website_hosted_on_Amazon_S3.png ├── Architectural_pattern_for_mobile_backend.png ├── Architectural_pattern_using_a_VPC.png ├── Request-Gateway-Lambda-DynamoDB-Flow.png └── Serverless_delivery_pipeline.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/Vagrantfile -------------------------------------------------------------------------------- /api-sample/event.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/api-sample/event.json -------------------------------------------------------------------------------- /api-sample/handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/api-sample/handler.js -------------------------------------------------------------------------------- /api-sample/s-function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/api-sample/s-function.json -------------------------------------------------------------------------------- /api-sample/s-templates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/api-sample/s-templates.json -------------------------------------------------------------------------------- /img/API-Gateway-Internals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/img/API-Gateway-Internals.png -------------------------------------------------------------------------------- /img/Architectural_pattern_for_a_simple_three-tier_application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/img/Architectural_pattern_for_a_simple_three-tier_application.png -------------------------------------------------------------------------------- /img/Architectural_pattern_for_a_static_website_hosted_on_Amazon_S3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/img/Architectural_pattern_for_a_static_website_hosted_on_Amazon_S3.png -------------------------------------------------------------------------------- /img/Architectural_pattern_for_mobile_backend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/img/Architectural_pattern_for_mobile_backend.png -------------------------------------------------------------------------------- /img/Architectural_pattern_using_a_VPC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/img/Architectural_pattern_using_a_VPC.png -------------------------------------------------------------------------------- /img/Request-Gateway-Lambda-DynamoDB-Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/img/Request-Gateway-Lambda-DynamoDB-Flow.png -------------------------------------------------------------------------------- /img/Serverless_delivery_pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonascheng/serverless-architecture-with-aws/HEAD/img/Serverless_delivery_pipeline.png --------------------------------------------------------------------------------