Skip to content

Commit

Permalink
Merge branch 'main' into ph-20241022-1601-orders-amendement
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas authored Oct 31, 2024
2 parents c293250 + eff247b commit bdff7b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lambda/cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,11 @@ Resources:
Type: AWS::S3::Bucket
Properties:
BucketName: !FindInMap [StageMap, !Ref Stage, BucketName]
PublicAccessBlockConfiguration:
BlockPublicAcls: true
IgnorePublicAcls: true
BlockPublicPolicy: true
RestrictPublicBuckets: true

PriceMigrationEngineTableCreateLambda:
Type: AWS::Lambda::Function
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.3
sbt.version=1.10.4

0 comments on commit bdff7b9

Please sign in to comment.