aws-lambda-zombie-workshop icon indicating copy to clipboard operation
aws-lambda-zombie-workshop copied to clipboard

Code and walkthrough labs to set up a serverless chat application for the Zombie Apocalypse Workshop

Results 39 aws-lambda-zombie-workshop issues
Sort by recently updated
recently updated
newest added

CloudFormation templates in aws-lambda-zombie-workshop have been found to include a [deprecated Lambda function runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html) (nodejs4.3). The affected templates have been updated to a supported runtime (nodejs10.x). Please note, **this pull...

## Summary [CreateZombieWorkshop.json](https://github.com/aws-samples/aws-lambda-zombie-workshop/blob/master/CloudFormation/CreateZombieWorkshop.json) fails to create if password policy is violated by IAM User created by Custom Resource. The Custom Resource does not clean up properly after itself on failure...

I get this error when trying to deploy the stack to eu-west-1. The runtime parameter of nodejs4.3 is no longer supported for creating or updating AWS Lambda functions. We recommend...

The new version of ElasticCache Asks for this header

I'm doing the zombie github tutorial and I'm on step 25. https://github.com/awslabs/aws-lambda-zombie-workshop. When I login and write a message i click "Enter" my message remains there, and the text field...

Elasticsearch Fails if you choose a version later than 5.5 Consuming the DynamoDB streams into ES 6.0 or greater fails because of strict compliance with content types. In order for...