Line 1: |
Line 1: |
| + | == General == |
| + | * The basics of developing an Alexa Skill are fairly simple and easy to learn. |
| + | * AWS services have a steep learning curve and the documentation isn't always great. |
| + | * Calls to and from AWS services are asynchronous; developing for asynchronous functions is very different than for synchronous ones and takes some getting used to. |
| + | * It's much easier to develop locally and use the Alexa Skill Kit Command Line Interface to deploy your Skill than it is to do everything via the Web interfaces provided by Amazon. |
| + | |
| == Set up == | | == Set up == |
| * What went well | | * What went well |