So is there a way to do this without scripting something in Lambda? I just have a CloudFormation script that setups an S3 bucket and a CloudFront distribution and after this is done I want to upload my files to the bucket. I want to do this on Dev, Test and Prod, but I realy don't want to code something in Lambda for this, is this will add complexity and make it harder for someone else to understand a few years later.
This is excellent. Real world codepipeline stages and actions could have been icing on the cake.
Thank you, Prerak! 😎 ☁️ 🙌
Very nice lecture.
However, I was expecting a live building demo which will conclude on how to perform this operation.
Can you share the buildspec and pipeline code since having the cross account access and how exactly it is being done will be very usefull
Hi bro
So is there a way to do this without scripting something in Lambda? I just have a CloudFormation script that setups an S3 bucket and a CloudFront distribution and after this is done I want to upload my files to the bucket.
I want to do this on Dev, Test and Prod, but I realy don't want to code something in Lambda for this, is this will add complexity and make it harder for someone else to understand a few years later.
Hi bro