aws-solutions-constructs.aws-lambda-s3 2.44.0__tar.gz → 2.46.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (18) hide show
  1. {aws-solutions-constructs.aws-lambda-s3-2.44.0/src/aws_solutions_constructs.aws_lambda_s3.egg-info → aws-solutions-constructs.aws-lambda-s3-2.46.0}/PKG-INFO +2 -2
  2. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/README.md +1 -1
  3. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/setup.py +5 -5
  4. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/src/aws_solutions_constructs/aws_lambda_s3/__init__.py +1 -1
  5. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/src/aws_solutions_constructs/aws_lambda_s3/_jsii/__init__.py +2 -2
  6. aws-solutions-constructs.aws-lambda-s3-2.46.0/src/aws_solutions_constructs/aws_lambda_s3/_jsii/aws-lambda-s3@2.46.0.jsii.tgz +0 -0
  7. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0/src/aws_solutions_constructs.aws_lambda_s3.egg-info}/PKG-INFO +2 -2
  8. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/src/aws_solutions_constructs.aws_lambda_s3.egg-info/SOURCES.txt +1 -1
  9. aws-solutions-constructs.aws-lambda-s3-2.46.0/src/aws_solutions_constructs.aws_lambda_s3.egg-info/requires.txt +6 -0
  10. aws-solutions-constructs.aws-lambda-s3-2.44.0/src/aws_solutions_constructs/aws_lambda_s3/_jsii/aws-lambda-s3@2.44.0.jsii.tgz +0 -0
  11. aws-solutions-constructs.aws-lambda-s3-2.44.0/src/aws_solutions_constructs.aws_lambda_s3.egg-info/requires.txt +0 -6
  12. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/LICENSE +0 -0
  13. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/MANIFEST.in +0 -0
  14. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/pyproject.toml +0 -0
  15. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/setup.cfg +0 -0
  16. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/src/aws_solutions_constructs/aws_lambda_s3/py.typed +0 -0
  17. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/src/aws_solutions_constructs.aws_lambda_s3.egg-info/dependency_links.txt +0 -0
  18. {aws-solutions-constructs.aws-lambda-s3-2.44.0 → aws-solutions-constructs.aws-lambda-s3-2.46.0}/src/aws_solutions_constructs.aws_lambda_s3.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.aws-lambda-s3
3
- Version: 2.44.0
3
+ Version: 2.46.0
4
4
  Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon S3 bucket.
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -114,7 +114,7 @@ new LambdaToS3(this, "LambdaToS3Pattern", new LambdaToS3Props.Builder()
114
114
  |bucketProps?|[`s3.BucketProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html)|Optional user provided props to override the default props for the S3 Bucket.|
115
115
  |bucketPermissions?|`string[]`|Optional bucket permissions to grant to the Lambda function. One or more of the following may be specified: `Delete`, `Put`, `Read`, `ReadWrite`, `Write`.|
116
116
  |existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for Amazon S3. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
117
- |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overrriden. If `deployVpc` is not `true` then this property will be ignored.|
117
+ |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
118
118
  |deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
119
119
  |bucketEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the bucket. Default: S3_BUCKET_NAME |
120
120
  |loggingBucketProps?|[`s3.BucketProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html)|Optional user provided props to override the default props for the S3 Logging Bucket.|
@@ -91,7 +91,7 @@ new LambdaToS3(this, "LambdaToS3Pattern", new LambdaToS3Props.Builder()
91
91
  |bucketProps?|[`s3.BucketProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html)|Optional user provided props to override the default props for the S3 Bucket.|
92
92
  |bucketPermissions?|`string[]`|Optional bucket permissions to grant to the Lambda function. One or more of the following may be specified: `Delete`, `Put`, `Read`, `ReadWrite`, `Write`.|
93
93
  |existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for Amazon S3. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
94
- |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overrriden. If `deployVpc` is not `true` then this property will be ignored.|
94
+ |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
95
95
  |deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
96
96
  |bucketEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the bucket. Default: S3_BUCKET_NAME |
97
97
  |loggingBucketProps?|[`s3.BucketProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html)|Optional user provided props to override the default props for the S3 Logging Bucket.|
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.aws-lambda-s3",
8
- "version": "2.44.0",
8
+ "version": "2.46.0",
9
9
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon S3 bucket.",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/awslabs/aws-solutions-constructs.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "aws_solutions_constructs.aws_lambda_s3._jsii": [
29
- "aws-lambda-s3@2.44.0.jsii.tgz"
29
+ "aws-lambda-s3@2.46.0.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.aws_lambda_s3": [
32
32
  "py.typed"
@@ -34,10 +34,10 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.7",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.82.0, <3.0.0",
38
- "aws-solutions-constructs.core==2.44.0",
37
+ "aws-cdk-lib>=2.105.0, <3.0.0",
38
+ "aws-solutions-constructs.core==2.46.0",
39
39
  "constructs>=10.0.0, <11.0.0",
40
- "jsii>=1.88.0, <2.0.0",
40
+ "jsii>=1.91.0, <2.0.0",
41
41
  "publication>=0.0.3",
42
42
  "typeguard~=2.13.3"
43
43
  ],
@@ -92,7 +92,7 @@ new LambdaToS3(this, "LambdaToS3Pattern", new LambdaToS3Props.Builder()
92
92
  |bucketProps?|[`s3.BucketProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html)|Optional user provided props to override the default props for the S3 Bucket.|
93
93
  |bucketPermissions?|`string[]`|Optional bucket permissions to grant to the Lambda function. One or more of the following may be specified: `Delete`, `Put`, `Read`, `ReadWrite`, `Write`.|
94
94
  |existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for Amazon S3. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
95
- |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overrriden. If `deployVpc` is not `true` then this property will be ignored.|
95
+ |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
96
96
  |deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
97
97
  |bucketEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the bucket. Default: S3_BUCKET_NAME |
98
98
  |loggingBucketProps?|[`s3.BucketProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html)|Optional user provided props to override the default props for the S3 Logging Bucket.|
@@ -16,9 +16,9 @@ import constructs._jsii
16
16
 
17
17
  __jsii_assembly__ = jsii.JSIIAssembly.load(
18
18
  "@aws-solutions-constructs/aws-lambda-s3",
19
- "2.44.0",
19
+ "2.46.0",
20
20
  __name__[0:-6],
21
- "aws-lambda-s3@2.44.0.jsii.tgz",
21
+ "aws-lambda-s3@2.46.0.jsii.tgz",
22
22
  )
23
23
 
24
24
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.aws-lambda-s3
3
- Version: 2.44.0
3
+ Version: 2.46.0
4
4
  Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon S3 bucket.
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -114,7 +114,7 @@ new LambdaToS3(this, "LambdaToS3Pattern", new LambdaToS3Props.Builder()
114
114
  |bucketProps?|[`s3.BucketProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html)|Optional user provided props to override the default props for the S3 Bucket.|
115
115
  |bucketPermissions?|`string[]`|Optional bucket permissions to grant to the Lambda function. One or more of the following may be specified: `Delete`, `Put`, `Read`, `ReadWrite`, `Write`.|
116
116
  |existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for Amazon S3. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
117
- |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overrriden. If `deployVpc` is not `true` then this property will be ignored.|
117
+ |vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
118
118
  |deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
119
119
  |bucketEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the bucket. Default: S3_BUCKET_NAME |
120
120
  |loggingBucketProps?|[`s3.BucketProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.BucketProps.html)|Optional user provided props to override the default props for the S3 Logging Bucket.|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_s3.egg-info/top_level.txt
11
11
  src/aws_solutions_constructs/aws_lambda_s3/__init__.py
12
12
  src/aws_solutions_constructs/aws_lambda_s3/py.typed
13
13
  src/aws_solutions_constructs/aws_lambda_s3/_jsii/__init__.py
14
- src/aws_solutions_constructs/aws_lambda_s3/_jsii/aws-lambda-s3@2.44.0.jsii.tgz
14
+ src/aws_solutions_constructs/aws_lambda_s3/_jsii/aws-lambda-s3@2.46.0.jsii.tgz
@@ -0,0 +1,6 @@
1
+ aws-cdk-lib<3.0.0,>=2.105.0
2
+ aws-solutions-constructs.core==2.46.0
3
+ constructs<11.0.0,>=10.0.0
4
+ jsii<2.0.0,>=1.91.0
5
+ publication>=0.0.3
6
+ typeguard~=2.13.3
@@ -1,6 +0,0 @@
1
- aws-cdk-lib<3.0.0,>=2.82.0
2
- aws-solutions-constructs.core==2.44.0
3
- constructs<11.0.0,>=10.0.0
4
- jsii<2.0.0,>=1.88.0
5
- publication>=0.0.3
6
- typeguard~=2.13.3