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
I have added content type in the postToEs method to resolve the 406 error
Failure to include the header results in the following error (ES 6.2): { "error": "Content-Type header is missing", "status": 406 }
The Lambda instructions within the documentation are now outdated. The new function creation process now uses a different sequence of click strokes split between two screens.
SNS to Lambda fails to post to the API because of a json formatting issue. Please fix. Also, in the lab please provide the proper SNS topic test values in...
Escape prior to sending to DB, unescape prior to displaying in UI
The Content Type header is required by the ElasticSearch service.
…hanges (Public access vs. VPC only)