Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladSchneider committed Jul 15, 2024
1 parent 15ba748 commit e080ba4
Show file tree
Hide file tree
Showing 2 changed files with 12,880 additions and 9,566 deletions.
28 changes: 14 additions & 14 deletions packages/telemed-intake/zambdas/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,20 +215,20 @@ functions:
PROJECT_API: ${file(./.env/${self:provider.stage}.json):PROJECT_API}
ENVIRONMENT: ${file(./.env/${self:provider.stage}.json):ENVIRONMENT}
ORGANIZATION_ID: ${file(./.env/${self:provider.stage}.json):ORGANIZATION_ID}
create-sample-appointments:
handler: src/appointment/create-sample-appointments/index.index
timeout: 25
environment:
WEBSITE_URL: ${file(./.env/${self:provider.stage}.json):WEBSITE_URL}
AUTH0_ENDPOINT: ${file(./.env/${self:provider.stage}.json):AUTH0_ENDPOINT}
TELEMED_CLIENT_ID: ${file(./.env/${self:provider.stage}.json):TELEMED_CLIENT_ID}
TELEMED_CLIENT_SECRET: ${file(./.env/${self:provider.stage}.json):TELEMED_CLIENT_SECRET}
AUTH0_AUDIENCE: ${file(./.env/${self:provider.stage}.json):AUTH0_AUDIENCE}
FHIR_API: ${file(./.env/${self:provider.stage}.json):FHIR_API}
PROJECT_API: ${file(./.env/${self:provider.stage}.json):PROJECT_API}
ENVIRONMENT: ${file(./.env/${self:provider.stage}.json):ENVIRONMENT}
ORGANIZATION_ID: ${file(./.env/${self:provider.stage}.json):ORGANIZATION_ID}
TELEMED_CREATE_APPOINTMENT_ZAMBDA_ID: ${file(./.env/${self:provider.stage}.json):TELEMED_CREATE_APPOINTMENT_ZAMBDA_ID}
# create-sample-appointments:
# handler: src/appointment/create-sample-appointments/index.index
# timeout: 25
# environment:
# WEBSITE_URL: ${file(./.env/${self:provider.stage}.json):WEBSITE_URL}
# AUTH0_ENDPOINT: ${file(./.env/${self:provider.stage}.json):AUTH0_ENDPOINT}
# TELEMED_CLIENT_ID: ${file(./.env/${self:provider.stage}.json):TELEMED_CLIENT_ID}
# TELEMED_CLIENT_SECRET: ${file(./.env/${self:provider.stage}.json):TELEMED_CLIENT_SECRET}
# AUTH0_AUDIENCE: ${file(./.env/${self:provider.stage}.json):AUTH0_AUDIENCE}
# FHIR_API: ${file(./.env/${self:provider.stage}.json):FHIR_API}
# PROJECT_API: ${file(./.env/${self:provider.stage}.json):PROJECT_API}
# ENVIRONMENT: ${file(./.env/${self:provider.stage}.json):ENVIRONMENT}
# ORGANIZATION_ID: ${file(./.env/${self:provider.stage}.json):ORGANIZATION_ID}
# TELEMED_CREATE_APPOINTMENT_ZAMBDA_ID: ${file(./.env/${self:provider.stage}.json):TELEMED_CREATE_APPOINTMENT_ZAMBDA_ID}
create-appointment:
handler: src/appointment/create-appointment/index.index
events:
Expand Down
Loading

0 comments on commit e080ba4

Please sign in to comment.