Skip to content

mlhpdx/cloudformation-examples

Repository files navigation

Cloudformation Examples

This repo contains examples of using CloudFormation (and SAM) that might be useful for others. Only two so far:

  • HTTP Headers aren't automatically passed to your backend when using API Gateway with Lambda. So, ./apigw-to-lambda-any-header provides an example of an HTTP API that passes the Range header.

  • Global Accelerator is a fantastic service, but setting it up in CloudFormation is non-trivial. So, ./global-accelerator provides an example of a "close to real world" deployment approach.

  • ./scheduled-http-requests Make scheduled HTTP requests to external APIs without the cost and complexity of NAT Gateways. Demonstrates the "inside-out" API Gateway pattern using EventBridge, Step Functions, and IAM for secure, serverless external access.

About

A collection of examples using AWS CloudFormation (and SAM) templates for IaC to setup various kinds of systems and services.

Topics

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors