Skip to content

Instantly share code, notes, and snippets.

@sfrancavilla
Last active April 16, 2020 06:35
Show Gist options
  • Select an option

  • Save sfrancavilla/940f3d57cdcf92c3518b26a990a70de9 to your computer and use it in GitHub Desktop.

Select an option

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