cloudenv
cloudenv copied to clipboard
This will have significant (probably) complexities around IAM policy generation. But it would still be nice
For people who run container images on Lambda, it would be good if they could include this extension as a single line in their Dockerfile, e.g. `COPY --from=public.ecr.aws/aidan/cloudenv:1 /cloudenv /opt/extensions/cloudenv`
This might _already_ be possible, but it's worth verifying.
It's typical to store a JSON blob in a Secrets Manager secret, with something like `{"username": "u", "password": "p"}`. It would probably be desirable to support setting an env var...
Parameter Store only works for same-account access and unqualified (i.e. not a full ARN) is the typical way to access it via the AWS SDK. We should support that too.