AWS Lambda Functions: Change the URI?
(New to AWS) When creating a Lambda Function you can request a “Function URL”. It looks something like this:
How to deploy the same local lambda code, conditionally, to two different AWS lambdas using AWS SAM
I am using AWS SAM to build and deploy a lambda. I want to be able to build and deploy this code to two different lambdas, one for testing and one for prod. I am assuming there is a way to do this in the yaml file, but have not had any success.