## Motivations - The `LambdaAlias` operation returns a 500 if the PublishVersion operation throws `AccessDeniedException` - This provides little information for debugging and requires examining the logs ## To-Do - [ ] Change status code in this case to 403 - [ ] Return the error message from AWS to the caller
Motivations
LambdaAliasoperation returns a 500 if the PublishVersion operation throwsAccessDeniedExceptionTo-Do