I've got a custom Amplify Lambda function, and I want to get the value of ${env} in it; for example values of 'dev', 'test', 'prod' for my team environments. How do I do this in "the Amplify way"?
I've done a bunch of googling, and there are answers from 2019 that involve hacking the CloudFormation templates, but I'm not sure if that applies anymore in 2024...