5 ms·
From AWS pricing: > Per 10,000 API calls > $0.05 per 10,000 API calls. So imagine you have some number of cron jobs which require a bunch of secrets and thes
by cfeduke 2y ago
From AWS pricing:
> Per 10,000 API calls
> $0.05 per 10,000 API calls.
So imagine you have some number of cron jobs which require a bunch of secrets and these things fire every minute or 30 seconds or what have you. You could save as much as $0.25 a month!
- kbar13 2y agoalso according to this blog initializing the AWS sdk can add ~1 second per invocation https://blog.aquia.us/blog/2023-01-01-secrets-manager-lambda-extension/ https://blog.aquia.us/blog/2023-01-01-secrets-manager-lambda...