Hello,
Is there a way to add CodeSigningConfigArn in the serverless.yml file? As per AWS Cloudformation documentation, CodeSigningConfigArn is used to enable code signing for the function.
The name of the extension is the lambda function identifier NOT the name under the lambda function. In this case “ApiAuthorizer” not “api-authorizer-name”
You’ll also need a signing configuration set up that you can use. In my case it comes from ssm.