Skip to content

Instantly share code, notes, and snippets.

@mweagle
Created January 22, 2018 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mweagle/b8beba0d8ad7c79a7568ea4c8f5a30ad to your computer and use it in GitHub Desktop.
Save mweagle/b8beba0d8ad7c79a7568ea4c8f5a30ad to your computer and use it in GitHub Desktop.
// Deploy it
stackName := spartaCF.UserScopedStackName("SpartaHTML")
sparta.Main(stackName,
fmt.Sprintf("SpartaHTML provisions a static S3 hosted website with an API Gateway resource backed by a custom Lambda function"),
spartaHTMLLambdaFunctions(apiGateway),
apiGateway,
s3Site)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment