0

According to the AWS Lambda documentation, one can pass environment variables when creating a Lambda.

If Lambda is implemented as a spring boot application, setting the SPRING_PROFILES_ACTIVE variable will activate the specified profile.

How can we emulate the same behavior when Lambda is implemented as a Micronaut application?

  • so your question is about how to set specific profile in micronaut application not related to lambda. check this [How to specify a profile in a Micronaut application?](https://stackoverflow.com/questions/52357548/how-to-specify-a-profile-in-a-micronaut-application) – deadshot Dec 21 '22 at 18:54

0 Answers0