Skip to content

Commit

Permalink
remove var
Browse files Browse the repository at this point in the history
  • Loading branch information
sannidhishukla committed Dec 24, 2024
1 parent e94ddc1 commit f86023a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions serverless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ const serverlessConfiguration = {
GOOGLE_PRIVATE_KEY: '${ssm:feedback-api-sheets-private-key}',
CLIENT_EMAIL: '${ssm:feedback-api-sheets-email}',
AZURE_OPENAI_ENDPOINT: '${ssm:feedback-api-azure-openai-endpoint}',
AZURE_OPENAI_KEY: '${ssm:feedback-api-azure-openai-key}',
SERVERLESS_ACCESS_KEY: '${ssm:feedback-api-serverless-access-key}'
AZURE_OPENAI_KEY: '${ssm:feedback-api-azure-openai-key}'
},
iam: {
role: {
Expand Down

0 comments on commit f86023a

Please sign in to comment.