In Serverless world, do we see data protection mechanisms and secret management same as we did earlier or entirely different?
One thing to watch out for, if you make a syntax error in the lambda function it will exit and not send a reply to cloudformation. That will result in cloudformation hanging for an hour before it decides to give up and exit. It will look like cloudformation is stuck, but Nox VLC sooner or later it will decide to exit. So don’t do what I did and initially put this into a stack that takes a couple of hours to rollback and rebuild. Debug it standalone first.