Skip to content

Commit

Permalink
chore: fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
david tjokroaminoto committed Jan 19, 2024
1 parent 4cf37a8 commit ae463c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const serverlessConfiguration = async (): Promise<AWS> => {

return {
useDotenv: true,
service: "${env:PROJECT_NAME}-verify-api",
service: "${self:custom.project}-verify-api",
configValidationMode: "error",
plugins: ["serverless-esbuild", "serverless-domain-manager", "serverless-stack-termination-protection", "serverless-associate-waf", "serverless-iamroles", "serverless-offline", "serverless-offline-ssm"],
provider: {
Expand Down

0 comments on commit ae463c5

Please sign in to comment.