Skip to content

Commit f5a62b1

Browse files
switch to source.coop bucket
1 parent 2b4fcee commit f5a62b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/aws/fiboa_sda.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
8585
),
8686
)
8787
# create s3 bucket
88-
bucket = s3.Bucket(self, "fiboa-sda-testing")
88+
# bucket = s3.Bucket(self, "fiboa-sda-testing")
89+
bucket = s3.Bucket.from_bucket_name(self, "source-coop-bucket", bucket_name="us-west-2.opendata.source.coop")
8990

9091
# create s3 notification for lambda function
9192
notification = aws_s3_notifications.LambdaDestination(function)

0 commit comments

Comments
 (0)