learn-aws-lambda
learn-aws-lambda copied to clipboard
✨ Learn how to use AWS Lambda to easily create infinitely scalable web services
http://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-cors.html    
Steps to deploy your API Gateway API for use in a Web App   
Keith Horwood of http://stdlib.com/ reached out for feedback.  Since he asked nicely (_and I believe in giving `before` you get..._) I'm giving him ***One Pomodoro*** of my time. ⌛️...
> As a **person** who is `new` to the DWYL Org/Community 🆕 I **need to know** ***how*** to contribute to the project effectively 💭 **so that** I can start my...
http://docs.aws.amazon.com/lambda/latest/dg/env_variables.html (_finally_!)
Lambda functions are most of the time trigger by an event, however sometimes we want the function to execute at a regular time. For that aws lambda provide a fixed...
I was following the guide and at this step _In the 'Lambda function handler and role' section, select the 'DynamoDB event stream role' option. This will open a new window...
So I hook up everything right API Gateway with the Lambda + DynamoDB, when I test the Lambda function everything works since I am able to save and retrieve from...
> https://nodejs.org/download/release/v4.3.2/ (_all platforms_)