Lambda Versioning
- versioning of lambda function user can publish multiple versions of Lambda function. 
- Different versions may be for various stages like development/beta/production
 
- unique Amazon Resource Name or ARN is assigned to every Lambda function
 
 - Lambda alias 
- is a pointer
 
- it points to a specific Lambda function version
 
- similar to a Lambda function
 
- unique ARN is given to every alias
 - cannot point to another alias
 
 

AWS Certified Developer - Associate Free Practice TestTake a Quiz
		