We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f3f3d commit 7e8d331Copy full SHA for 7e8d331
lib/deploy/events/apiGateway/methods.test.js
@@ -20,20 +20,6 @@ describe('#methods()', () => {
20
serverless.service.provider.compiledCloudFormationTemplate = {
21
Resources: {},
22
};
23
- serverless.service.environment = {
24
- stages: {
25
- dev: {
26
- regions: {
27
- 'us-east-1': {
28
- vars: {
29
- IamRoleLambdaExecution:
30
- 'arn:aws:iam::12345678:role/service-dev-IamRoleLambdaExecution-FOO12345678',
31
- },
32
33
34
35
36
- };
37
38
serverlessStepFunctions = new ServerlessStepFunctions(serverless, options);
39
serverlessStepFunctions.apiGatewayRestApiLogicalId = 'ApiGatewayRestApi';
0 commit comments