aws-lambda-zombie-workshop
aws-lambda-zombie-workshop copied to clipboard
Code and walkthrough labs to set up a serverless chat application for the Zombie Apocalypse Workshop
Addressing issue #36: changing the signup checks on the phone number, it should now start with '+' and the country code, must be between 9 and 16 digits, the first...
Sorry, but this code is super confusing as a starting point. You have a ton of dead code that is confusing things. One of them is in signin.js you set...
It was made for Zombie Workshop in Seoul(https://aws.amazon.com/ko/events/zombie-reg-seoul-oct-2016/) and Gaming on AWS Workshop in Sep. 28.
For holding workshop in Japan. This is not recent version of README but version3.
Currently, the instructions for the challenge are after the cleanup. It results in some people cleaning up everything before even trying the challenge, as it is not announced. I suggest...
will cause rollbacks if using same name for multiple stacks
Need to delete message manually from DynamoDB before it can display again
Lambda can subscribe to SNS topic but can't remove subscription. Users must delete function for that. Need to modify those permissions to allow unsubscribing.