How to Create an Alexa Skill with Node.js and DynamoDB
At the end of this article you will know the overall anatomy of a skill, how to build the code that powers it, how to configure it in AWS… (more…)
Read more »Lambda functions now support ES modules in Node.js 14.x runtimes. ES modules support await at the top-level of function code. Using top-level await maximizes the effectiveness of provisioned concurrency and can reduce the latency experienced by end users … Read more