@swarmion/serverless-helpers
Advanced tools
Comparing version 0.19.0 to 0.19.1
@@ -6,4 +6,11 @@ import type { AWS } from '@serverless/typescript'; | ||
}; | ||
/** | ||
* The Lambda configuration type for Serverless Framework | ||
*/ | ||
export type LambdaFunction = Exclude<AWS['functions'], undefined>[string] & FunctionsIamRoleStatements; | ||
/** | ||
* The provider Serverless configuration | ||
*/ | ||
export type ServerlessProviderConfig = AWS['provider']; | ||
export {}; | ||
//# sourceMappingURL=serverless.d.ts.map |
{ | ||
"name": "@swarmion/serverless-helpers", | ||
"description": "A set of helpers for Serverless applications", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"license": "MIT", | ||
@@ -65,3 +65,3 @@ "homepage": "https://www.swarmion.dev", | ||
}, | ||
"gitHead": "4eaf37b8246de4f589e0910164ae89b81ea5704a" | ||
"gitHead": "80e08e81f2cdac04f5b08a161eb39b046bb8af60" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
142759
445