Now that everything is deployed and configured let's test our Lambda function. To do that let's save a TODO List to DynamoDB.
Be sure in the code below to set the assignedEmail variable to an email address that you have verified with Amazon Simple Email Service.
- Getting Started
- What is a serverless application?
- Common AWS Serverless Services
- What are we going to build in this tutorial?
- TODO List AWS Services Used
- Using DynamoDB to store TODO Lists
- Handling service events with Lambda
- Getting ASP.NET Core ready for Serverless
- Deploying ASP.NET Core as a Serverless Application
- Tear Down
- Final Wrap Up
Continue on to next page: Tips for troubleshooting Lambda functions