Skip to content

Commit

Permalink
Merge pull request #54 from aws-samples/iss52
Browse files Browse the repository at this point in the history
Adding dependency of route table associations to Neptune Loader
  • Loading branch information
triggan committed May 15, 2023
2 parents 1d7e92e + 41838c0 commit e4a8de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/master-fullstack-with-lambda-warmers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ Resources:
- bookstoreNeptuneLoaderLambda
- bookstoreNeptuneLoaderS3ReadPolicy
- bookstoreNeptuneLoaderS3ReadRole
- bookstoreVPCRouteTableAssociation
- bookstoreVPCRouteTableAssociationTwo
- S3Endpoint
Type: "Custom::NeptuneLoader"
Properties:
Expand Down
2 changes: 2 additions & 0 deletions template/master-fullstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ Resources:
- bookstoreNeptuneLoaderLambda
- bookstoreNeptuneLoaderS3ReadPolicy
- bookstoreNeptuneLoaderS3ReadRole
- bookstoreVPCRouteTableAssociation
- bookstoreVPCRouteTableAssociationTwo
- S3Endpoint
Type: "Custom::NeptuneLoader"
Properties:
Expand Down

0 comments on commit e4a8de1

Please sign in to comment.