An open API service indexing awesome lists of open source software.

https://github.com/hideokamoto/lambda-layer-for-alexa


https://github.com/hideokamoto/lambda-layer-for-alexa

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Examples of Lambda Layer to deploy Alexa SDKs

## Getting Started (Serverless FW)

```
$ cd serverless
$ cd files/nodejs
$ npm i / yarn install
$ cd ../../
$ sls deploy
```

## Getting Started (SAM)

WIP