https://pulumi.com logo
Title
i

icy-controller-6092

04/27/2022, 12:41 AM
Or perhaps I should ask, if you’re not using localstack, how do you debug your application code - just deploy to AWS in your feedback loop?
b

billowy-army-68599

04/27/2022, 1:02 AM
I would say that very few people use localstack. Pulumi's ability for you to unit tests infrastructure, as well as integration test it means most people will use dev accounts and that workflow
i

icy-controller-6092

04/27/2022, 2:01 AM
do you find that deploying to AWS and running remotely makes it difficult to debug, and causes the feedback loop to take longer than local dev?
b

billowy-army-68599

04/27/2022, 2:02 AM
not at all, personally. it's certainly a better feedback loop than debugging localstack 😄
🤣 2
i

icy-controller-6092

04/27/2022, 2:03 AM
haha, I certainly agree with that! This is probably the 4th time in the last couple of years I go to use localstack and end up wasting a day or two trying to get it to work before giving up. If it were worth its salt, it wouldn’t deviate so much from deploying to AWS… sadly just not worth it
l

limited-rainbow-51650

04/27/2022, 10:05 AM
Looping in my team member @narrow-pager-85977 here. We are working on a setup with localstack, pact.io & the pulumi automation api to bind it all together.
i

icy-controller-6092

04/27/2022, 11:58 AM
Thanks Ringo, I ended up moving to SAM for local testing of the lambda function. As a bonus it supports lambda layers for free, and seems to more closely match the cloud environment