Access amplify env variables inside lambda function – Amazon Web Sevices
Is it possible to access the env variables inside lambda functions with amplify? Here is an list with available env variables: https://docs.aws.amazon.com/amplify/latest/userguide/environment-variables.html From this list i need for example AWS_BRANCH. How do i access it inside the function? I tried…