github.com/mweagle/Sparta@v1.15.0/doc.go (about) 1 package sparta 2 3 /* 4 Package sparta transforms a set of golang functions into an Amazon Lambda deployable unit. 5 6 The deployable archive includes 7 8 1. NodeJS proxy logic 9 2. A golang binary 10 3. Dynamically generated CloudFormation template that supports create/update & delete operations. 11 4. If specified, CloudFormation custom resources to automatically configure S3/SNS push registration 12 5. If specified, API Gateway provisioning logic via custom resources to make the golang functions publicly accessible. 13 14 See the Main() docs for more information and examples 15 */