https://github.com/base2services/alexa-devops-bot
base2 Amazon Echo Bot to do DevOps stuff
https://github.com/base2services/alexa-devops-bot
Last synced: 8 months ago
JSON representation
base2 Amazon Echo Bot to do DevOps stuff
- Host: GitHub
- URL: https://github.com/base2services/alexa-devops-bot
- Owner: base2Services
- Created: 2015-09-04T01:07:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T01:12:53.000Z (almost 11 years ago)
- Last Synced: 2025-08-02T13:38:49.580Z (11 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# base2Services Alexa DevOps BOT
AWS Lambda code Alexa Skills Kit config for the base2Services DevOps BOT
## Launching the App
Alexa, run base2 DevOps
## Cloudformation Skills
* List available stacks
```bash
Alexa, ask base2 DevOps what stacks can I create
#Will respond with list of cloudformation they have been configured in dynamodb
```
* Creating a stack
```bash
Alexa, ask base2 DevOps to create stack
#Will respond with creating cloudformation stack
```
* Deleting a stack
```bash
Alexa, ask base2 DevOps to delete stack
#Will respond with deleting cloudformation stack
```