This message was deleted.
# general
s
This message was deleted.
d
hmm, tough one. They're only really mountable from within the VPC. You could setup a lambda function to do it, and call
aws.lambda.Invocation
from inside pulumi. https://www.pulumi.com/registry/packages/aws/api-docs/lambda/invocation/
h
I use paramstore for env variables config. Is that the docker images I'm using use a config file for some setup
Is there a way to do it wtih S3
d
you could copy the envvars to the correct file as part of an entrypoint script
h
?
Do you know any example that uses this approach so I can use it for reference?
d
not one to hand, but the docker docs include some guidance https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#entrypoint
h
Thanks for the help, @dry-keyboard-94795