Simple Voting Service
1.
Getting ready
a.
Pre-requisites
b.
AWS Account
c.
Event Engine
2.
Getting it working
a.
Hello, world
b.
Hello, SAM
c.
Modules
d.
SAM Deploy
3.
Getting it right
a.
Unit testing
b.
Local Debugging
c.
Remote Debugging
d.
Performance Tracing
4.
Getting it done
5.
Concurrency
a.
Goroutines
b.
Parallel Invocations
c.
Map State
AWS CLI Documentation
AWS Lambda Documentation
SAM CLI Documentation
AWS Go SDK
AWS Lambda Go SDK
© 2020 Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Go Serverless!
> Getting it right
Getting it right
Identify and correct errors in your application.