Abram Thielke

Results 2 comments of Abram Thielke

Hi @aBurmeseDev My sample code doesn't show it, but I was using the returned function version from the `UpdateFunctionCodeCommand`. The only command that fails is the last `UpdateAliasCommand`: ```js //...

Calling GetAlias returns the version of the alias I created without any routing config: ```js const getAlias = await lambdaClient.send( new GetAliasCommand({ FunctionName: "my-test-function", Name: "active", }), ); console.log(getAlias); ```...