What applications are a good fit for serverless? Which can utilize the benefits of event-driven architecture, blazing-fast deployment times, incredible scalability, and decreased cost? Launch this Serverless Application Model (SAM) repository to get started and find out!
This project will launch a single lambda function behind API gateway in your environment that grabs some statistics about running Elastic Beanstalk environments. Don't have any Elastic Beanstalk apps? Just skip this repo and head over to servers.lol to enter in information manually.
- Node.js
- npm or yarn
- Proper AWS credentials to launch the service
- Clone this repo.
- Change the PASSWORD environment variable (Line 16) of the template.yml file to a unique password to be used for API Gateway authorization (instead of "none").
- Run these commands inside the directory:
yarn && yarn run deploy
Alternatively:
npm install && npm run deploy
If you'd like to hack on this project, here are the details:
yarn run watch
yarn run api