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

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

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
```