File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -1696,16 +1696,17 @@ export interface AWS {
16961696 websocketsApiRouteSelectionExpression ?: string ;
16971697 variableSyntax ?: string ;
16981698 } ;
1699- service : {
1700- name ?: {
1701- [ k : string ] : unknown ;
1702- } ;
1703- awsKmsKeyArn ?:
1704- | {
1705- [ k : string ] : unknown ;
1706- }
1707- | string ;
1708- } ;
1699+ service :
1700+ | string
1701+ | {
1702+ name : string ;
1703+ awsKmsKeyArn ?:
1704+ | {
1705+ [ k : string ] : unknown ;
1706+ }
1707+ | string ;
1708+ } ;
1709+ useDotenv ?: true ;
17091710 resources ?: {
17101711 AWSTemplateFormatVersion ?: string ;
17111712 Conditions ?: {
Original file line number Diff line number Diff line change 11{
22 "name" : " @serverless/typescript" ,
3- "version" : " 2.12 .0" ,
3+ "version" : " 2.13 .0" ,
44 "description" : " Serverless typescript definitions" ,
55 "main" : " index.d.ts" ,
66 "scripts" : {},
You can’t perform that action at this time.
0 commit comments