cloudenv icon indicating copy to clipboard operation
cloudenv copied to clipboard

Results 5 cloudenv issues
Sort by recently updated
recently updated
newest added

This will have significant (probably) complexities around IAM policy generation. But it would still be nice

enhancement
todo

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`

enhancement
todo

This might _already_ be possible, but it's worth verifying.

enhancement
todo

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...

enhancement
todo

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.

enhancement
todo