/LabsLambda

AWS Lambda with SNS, AWS IoT, General Lambda Examples

Primary LanguageJavaScriptApache License 2.0Apache-2.0

AWS Lambda Labs

Examples and notes to help you get started testing out Lambda functions.

Code and examples will be added here continously so check back.

Each lamba file and example JS file will have a similar name as a markdown file which has the notes for that example.

Lambda 1 - Basic usage of a lambda with logs for debugging.

[https://github.com/typemismatch/LabsLambda/blob/master/simplelambda/lambda1.md]

Api Gateway - Let's now use the API Gateway to call our Lambda function.

[https://github.com/typemismatch/LabsLambda/blob/master/simplelambda/apigateway1.md]

Push Notifications via Lambda.

[https://github.com/typemismatch/LabsLambda/blob/master/pushlambda/pushexample.md]