Thanks in advance!
So I currently have a cloud formation script that creates a lambda function, the code in the lambda function needs to reference an s3 bucket that also needs to be generated by the same cloudformation script. The code for the lambda function is stored in a pre-cloudformation bucket which is pulled in when it is ran.
The problem I have is how would I cater for a programatically generated bucket name in my node.js lambda function code??
Feels a bit of a chicken and egg situation to me!