Created
January 22, 2018 02:32
-
-
Save mweagle/b8beba0d8ad7c79a7568ea4c8f5a30ad to your computer and use it in GitHub Desktop.
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
// 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