I have a lambda application that uses Micronaut 3.9.x (Migrated from Micronaut 1) which uses HttpClient and has a SSL configuration that points to a certificate inside my resources folder. I have the variable micronaut.http.client.ssl.key.store.path in environment variable. Can I set this to a path in S3 bucket say s3://mys3bucket/certs/client.p12?
What are the permissions that I need to add in Lambda role? TIA