https://platformengineering.org logo
Title
m

Maciej Raszplewicz

09/13/2022, 7:40 AM
We have published a simple wrapper for Lambda container images written in Go which: - gets secrets from SSM Parameter Store SecureString parameters, - runs any executable passed as an argument - for example, any bash script (we are executing SQL scripts in Lambda using this wrapper). The wrapper itself can be useful, but for us, it is also a possibility to learn how to publish open-source software written in Go before publishing something bigger. https://github.com/devopsbox-io/lambda-docker-wrapper