Skip to content

Commit

Permalink
feature #6 - Update base api
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 16, 2022
1 parent 6007af0 commit b4fc2fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ plugins:

custom:
funcDir: src/4-framework/functions
baseApi: sbf/v1
baseApi: api/v1/sbf
baseApiInternal: api/v1
albHttpListenerArn: ${ssm:/exchangeRate/infra/alb/exchangeRate/http/arn}
serverless-offline:
Expand All @@ -57,3 +57,6 @@ custom:
functions:
# Exchange Rate
- ${file(${self:custom.funcDir}/exchangeRate/_handlers.yml)}

# Product
- ${file(${self:custom.funcDir}/product/_handlers.yml)}

0 comments on commit b4fc2fd

Please sign in to comment.