Skip to content

Instantly share code, notes, and snippets.

@arienmalec
Created March 4, 2018 05:33
Show Gist options
  • Select an option

  • Save arienmalec/54974a2fa7cf5180e5baae11178db48f to your computer and use it in GitHub Desktop.

Select an option

Save arienmalec/54974a2fa7cf5180e5baae11178db48f to your computer and use it in GitHub Desktop.
SAM template
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Resources:
HelloLambda:
Type: AWS::Serverless::Function
Properties:
Handler: hello
Runtime: go1.x
CodeUri: ./deploy/hello.zip
Environment:
Variables:
S3_BUCKET: hello_lambda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment