1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
If you create a function URL for each alias, the ID included in the URL will be different.
For example, you can create an alias for each production environment or development environment, edit the "$LATEST" version, and then deploy to the development or production environment alias after testing.
Therefore, I think the best way to use "$LATEST" is to use it for testing, and then deploy it to another alias once the testing is complete.
https://dev.classmethod.jp/articles/expose-your-lambda-with-function-urls/#Developer%2520%252F%2520Solutions%2520Architect%2520POV
https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html
Relevant content
- asked 11 days ago
- asked 6 months ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- What's the difference between Lambda function execution role permissions and invocation permissions?AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago