I have some python AWS lambdas which are deployed using serverless framework and I was able to retrieve the path variables using: event.get(“variable”) I am not sure what has changed but now …
Tag: serverless-framework
Adding API to Usage Plan using Serverless Framework
My serverless.yaml file is as follows: I want to add this API to a Usage Plan. How is this done? Answer Used the AWS CLI with the following command