Skip to content

Commit 60c1e62

Browse files
committed
change temp api key name;
1 parent ad4eeae commit 60c1e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ provider:
100100

101101
apiGateway:
102102
apiKeys:
103-
- name: TempApiKey-${self:custom.stage}
103+
- name: TempApiKey-${self:custom.stack_name}
104104
description: Api key until we have an auth function # Optional
105105

106106
functions:

0 commit comments

Comments
 (0)