Last active
April 16, 2020 06:35
-
-
Save sfrancavilla/940f3d57cdcf92c3518b26a990a70de9 to your computer and use it in GitHub Desktop.
Build and secure your API Gateway using SAM, Cognito, CloudFormation and CI/CD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AWSTemplateFormatVersion: '2010-09-09' | |
| Transform: AWS::Serverless-2016-10-31 | |
| Description: > | |
| sam-api | |
| Sample SAM Template for sam-api | |
| # More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst | |
| Globals: | |
| Function: | |
| Timeout: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment