https://github.com/hideokamoto/lambda-layer-for-alexa
https://github.com/hideokamoto/lambda-layer-for-alexa
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideokamoto/lambda-layer-for-alexa
- Owner: hideokamoto
- Created: 2018-12-10T04:01:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T05:31:44.000Z (over 4 years ago)
- Last Synced: 2024-08-04T04:02:57.775Z (7 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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