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 I need to retrieve these path parameters using: event.get(“path”).get(“variable”) I am using lambda integration and my serverless configuration has not changed and looks like: I want to retrieve
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