Dieser Inhalt ist in der ausgewählten Sprache nicht verfügbar
Wir arbeiten ständig daran, Inhalte in der ausgewählten Sprache bereitzustellen. Vielen Dank für deine Geduld.
How do I update Lambda environment variables without hardcoding a new function version into my application?
Lesedauer: 2 Minute
0
I want to update my AWS Lambda function's environment variables without changing the Lambda Qualified Amazon Resource Name (Lambda Version ARN) in my client-side application. How do I avoid hardcoding a specific Lambda function version into my application each time I update my function's environment variables?