Skip to content

Use a shared AWS Lambda Layer that contains all generic dependencies for Alexa skills that are build with the ASK SDK for Node.js (or build your own).

License

Notifications You must be signed in to change notification settings

bfreiberg/lambda-layer-for-alexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Lambda Layer for Alexa skills

This AWS Lambda Layer contains all generic dependencies for Alexa skills build with the ASK SDK for Node.js

You can use the shared public layer for your region or build it on your own, see build.sh

📝 Available Shared Layers

SDK Version Region Layer ARN Publish Date
v2.11.0 us-east-1 arn:aws:lambda:us-east-1:146333132237:layer:lambda-layer-for-alexa-nodejs:1 6 August 2021
v2.11.0 us-west-1 arn:aws:lambda:us-west-1:146333132237:layer:lambda-layer-for-alexa-nodejs:1 6 August 2021
v2.11.0 eu-west-1 arn:aws:lambda:eu-west-1:146333132237:layer:lambda-layer-for-alexa-nodejs:1 6 August 2021
v2.11.0 eu-central-1 arn:aws:lambda:eu-central-1:146333132237:layer:lambda-layer-for-alexa-nodejs:1 6 August 2021

🎓 What are Lambda Layers?

A Lambda layer is a .zip file archive that can contain additional code or data. By using layers you can focus on writing your core business logic and iterate faster. You can use layers only with Lambda functions deployed as a .zip file archive. More about layers can be found here and in the AWS documentation.

🔧 Layer Details

This layer includes the following modules and any required dependencies not already available to AWS Lambda functions.

  • ask-sdk
  • ask-sdk-model
  • ask-sdk-core
  • ask-sdk-runtime
  • ask-sdk-dynamodb-persistence-adapter
  • ask-sdk-s3-persistence-adapter
  • i18next
  • i18next-sprintf-postprocessor
  • @babel

About

Use a shared AWS Lambda Layer that contains all generic dependencies for Alexa skills that are build with the ASK SDK for Node.js (or build your own).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages