Serverless with localstack-serverless plugin not querying template locally
问题 Based on the official example on GitHub demonstrating a serverless REST API I enabled the localstack-serverless plugin so I could develop my services locally. I adjusted the serverless.yml file accordingly: service: serverless-rest-api-with-dynamodb frameworkVersion: ">=1.1.0 <2.0.0" provider: name: aws runtime: python2.7 deploymentBucket: name: ${self:service}-${opt:stage}-deployment-bucket environment: DYNAMODB_TABLE: ${self:service}-${opt:stage, self:provider.stage} iamRoleStatements: -