Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smadbe committed Nov 28, 2023
1 parent 00cf43e commit a48eb91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## v1.0.1 - 2023-11-28

- serverless config fix

## v1.0.0 - 2023-11-28

- Initial commit
18 changes: 9 additions & 9 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ plugins:
- serverless-plugin-typescript
- serverless-offline

resources:
Resources:
ALBInvokePermission:
Type: AWS::Lambda::Permission
Properties:
FunctionName: arn:aws:lambda:eu-west-3:269646813173:function:algoreasearch-dev-search
Action: lambda:InvokeFunction
Principal: elasticloadbalancing.amazonaws.com
SourceArn: "arn:aws:elasticloadbalancing:eu-central-1:269646813173:targetgroup/lambda-f26tOfCEwHSNeTmxH1jw/32fd6b20ee9500df"
# resources:
# Resources:
# ALBInvokePermission:
# Type: AWS::Lambda::Permission
# Properties:
# FunctionName: arn:aws:lambda:eu-west-3:269646813173:function:algoreasearch-dev-search
# Action: lambda:InvokeFunction
# Principal: elasticloadbalancing.amazonaws.com
# SourceArn: "arn:aws:elasticloadbalancing:eu-central-1:269646813173:targetgroup/lambda-f26tOfCEwHSNeTmxH1jw/32fd6b20ee9500df"

0 comments on commit a48eb91

Please sign in to comment.