This message was deleted.
# general
s
This message was deleted.
b
No there isn’t. And be warned if you’re doing things like creating RDS instances that can take a while and can be costly
f
Got it. Thanks for the call-out. The resources I'm spinning up usually take 5m -> only take longer in error scenarios.
b
I mean, 5 mins for a lambda can be quite pricey too 😉
f
Very fair 😄
This is all part of evaluating where my Automation API calls will be deployed. I'll definitely be doing some comparisons.
b
If you’re deploying it in lambda because of the event triggers, can I suggest having a lambda (or step function) starting a fargate task?
f
This is something I haven't explored yet. I've only done long-running services when using Fargate, but not using it for individual tasks triggered by a Lambda. The triggers from Lambda are a big factor though - sounds like I need to do some digging. Thanks 🙏
f
CodeBuild might be an option too
f
Interesting thought. I'm already deploying CodeBuild via Pulumi. That'd be some serious inception 😄
😂 1