in load_test/load_test_stack.py [0:0]
def prepare_s3_assets(self):
asset_bucket = s3.Bucket(self, "AssetBucket")
s3deploy.BucketDeployment(self, "DeployAsset",
sources=[s3deploy.Source.asset("./locust")],
destination_bucket=asset_bucket,
)
return asset_bucket