Skip to content

Commit

Permalink
add comment about the novpc function
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jul 20, 2024
1 parent 33b9fff commit 25741a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudformation/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Resources:
AuthLambdaFunctionName: !Ref AuthLambdaFunctionName
LogRetentionDays: 7

# Since having a Lambda in a VPC disables IPv4 network access to WAN
# this is a non-VPCed version of the same lambda that we can call from API Gateway
# to call routes that need IPv4 internet access, such as OpenAI calls.
ResumeBookNoVpcLambdaFunction:
Type: AWS::Serverless::Function
DependsOn:
Expand Down

0 comments on commit 25741a2

Please sign in to comment.