DEV Community

Discussion on: Size matters - Image Compression with Lambda and S3

Collapse
 
thissayantan profile image
Sayantan

Thanks for your response. I was also doing the same. But even in this way everytime I need to delete the Cloudformation, Buckets etc. I need is to re-deploy the lamdba. Bucket and other things are fine already. Could you please point me towards right direction? I'm actually new to lambda. Created my first ever lambda with the help of your article. Thanks for that.

Thread Thread
 
aarongarvey profile image
Aaron Garvey

Yeah it definitely shouldn’t require everything to be manually deleted each time. I’d take a look at the aws SAM docs and walk through some of the examples there to see what might be going wrong.

docs.aws.amazon.com/serverless-app...

docs.aws.amazon.com/serverless-app...

Thread Thread
 
thissayantan profile image
Sayantan

Thanks a lot. 👍👍