Skip to content

Commit

Permalink
Passing NODE_ENV: production
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorty Ruiz Hernandez committed Jan 22, 2024
1 parent e647681 commit 7efc791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ provider:
Resource:
- Fn::GetAtt: [ ProjectsTable, Arn ]
environment:
NODE_ENV: production
PROJECTS_TABLE: ${self:custom.tableName}

functions:
Expand Down

0 comments on commit 7efc791

Please sign in to comment.