aws-solutions-constructs.aws-lambda-sns 2.42.0__tar.gz → 2.45.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-sns-2.42.0/src/aws_solutions_constructs.aws_lambda_sns.egg-info → aws-solutions-constructs.aws-lambda-sns-2.45.0}/PKG-INFO +2 -2
  2. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/README.md +1 -1
  3. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/pyproject.toml +1 -1
  4. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/setup.py +5 -5
  5. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/src/aws_solutions_constructs/aws_lambda_sns/__init__.py +1 -1
  6. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/src/aws_solutions_constructs/aws_lambda_sns/_jsii/__init__.py +2 -2
  7. aws-solutions-constructs.aws-lambda-sns-2.45.0/src/aws_solutions_constructs/aws_lambda_sns/_jsii/aws-lambda-sns@2.45.0.jsii.tgz +0 -0
  8. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0/src/aws_solutions_constructs.aws_lambda_sns.egg-info}/PKG-INFO +2 -2
  9. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/src/aws_solutions_constructs.aws_lambda_sns.egg-info/SOURCES.txt +1 -1
  10. aws-solutions-constructs.aws-lambda-sns-2.45.0/src/aws_solutions_constructs.aws_lambda_sns.egg-info/requires.txt +6 -0
  11. aws-solutions-constructs.aws-lambda-sns-2.42.0/src/aws_solutions_constructs/aws_lambda_sns/_jsii/aws-lambda-sns@2.42.0.jsii.tgz +0 -0
  12. aws-solutions-constructs.aws-lambda-sns-2.42.0/src/aws_solutions_constructs.aws_lambda_sns.egg-info/requires.txt +0 -6
  13. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/LICENSE +0 -0
  14. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/MANIFEST.in +0 -0
  15. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/setup.cfg +0 -0
  16. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/src/aws_solutions_constructs/aws_lambda_sns/py.typed +0 -0
  17. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/src/aws_solutions_constructs.aws_lambda_sns.egg-info/dependency_links.txt +0 -0
  18. {aws-solutions-constructs.aws-lambda-sns-2.42.0 → aws-solutions-constructs.aws-lambda-sns-2.45.0}/src/aws_solutions_constructs.aws_lambda_sns.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-sns
3
- Version: 2.42.0
3
+ Version: 2.45.0
4
4
  Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon SNS topic.
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -114,7 +114,7 @@ new LambdaToSns(this, "test-lambda-sns-stack", new LambdaToSnsProps.Builder()
114
114
  |existingTopicObj?|[`sns.Topic`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Existing instance of SNS Topic object, providing both this and `topicProps` will cause an error.|
115
115
  |topicProps?|[`sns.TopicProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sns.TopicProps.html)|Optional user provided properties to override the default properties for the SNS topic.|
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 SNS. 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
  |topicArnEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the arn of the topic. Default: SNS_TOPIC_ARN |
120
120
  |topicNameEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the topic. Default: SNS_TOPIC_NAME |
@@ -91,7 +91,7 @@ new LambdaToSns(this, "test-lambda-sns-stack", new LambdaToSnsProps.Builder()
91
91
  |existingTopicObj?|[`sns.Topic`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Existing instance of SNS Topic object, providing both this and `topicProps` will cause an error.|
92
92
  |topicProps?|[`sns.TopicProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sns.TopicProps.html)|Optional user provided properties to override the default properties for the SNS topic.|
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 SNS. 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
  |topicArnEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the arn of the topic. Default: SNS_TOPIC_ARN |
97
97
  |topicNameEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the topic. Default: SNS_TOPIC_NAME |
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["setuptools~=67.3.2", "wheel~=0.40"]
2
+ requires = ["setuptools~=67.3.2", "wheel~=0.41"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.pyright]
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.aws-lambda-sns",
8
- "version": "2.42.0",
8
+ "version": "2.45.0",
9
9
  "description": "CDK constructs for defining an interaction between an AWS Lambda function and an Amazon SNS topic.",
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_sns._jsii": [
29
- "aws-lambda-sns@2.42.0.jsii.tgz"
29
+ "aws-lambda-sns@2.45.0.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.aws_lambda_sns": [
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.42.0",
37
+ "aws-cdk-lib>=2.99.1, <3.0.0",
38
+ "aws-solutions-constructs.core==2.45.0",
39
39
  "constructs>=10.0.0, <11.0.0",
40
- "jsii>=1.87.0, <2.0.0",
40
+ "jsii>=1.90.0, <2.0.0",
41
41
  "publication>=0.0.3",
42
42
  "typeguard~=2.13.3"
43
43
  ],
@@ -92,7 +92,7 @@ new LambdaToSns(this, "test-lambda-sns-stack", new LambdaToSnsProps.Builder()
92
92
  |existingTopicObj?|[`sns.Topic`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Existing instance of SNS Topic object, providing both this and `topicProps` will cause an error.|
93
93
  |topicProps?|[`sns.TopicProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sns.TopicProps.html)|Optional user provided properties to override the default properties for the SNS topic.|
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 SNS. 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
  |topicArnEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the arn of the topic. Default: SNS_TOPIC_ARN |
98
98
  |topicNameEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the topic. Default: SNS_TOPIC_NAME |
@@ -16,9 +16,9 @@ import constructs._jsii
16
16
 
17
17
  __jsii_assembly__ = jsii.JSIIAssembly.load(
18
18
  "@aws-solutions-constructs/aws-lambda-sns",
19
- "2.42.0",
19
+ "2.45.0",
20
20
  __name__[0:-6],
21
- "aws-lambda-sns@2.42.0.jsii.tgz",
21
+ "aws-lambda-sns@2.45.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-sns
3
- Version: 2.42.0
3
+ Version: 2.45.0
4
4
  Summary: CDK constructs for defining an interaction between an AWS Lambda function and an Amazon SNS topic.
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -114,7 +114,7 @@ new LambdaToSns(this, "test-lambda-sns-stack", new LambdaToSnsProps.Builder()
114
114
  |existingTopicObj?|[`sns.Topic`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html)|Existing instance of SNS Topic object, providing both this and `topicProps` will cause an error.|
115
115
  |topicProps?|[`sns.TopicProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sns.TopicProps.html)|Optional user provided properties to override the default properties for the SNS topic.|
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 SNS. 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
  |topicArnEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the arn of the topic. Default: SNS_TOPIC_ARN |
120
120
  |topicNameEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the topic. Default: SNS_TOPIC_NAME |
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_sns.egg-info/top_level.txt
11
11
  src/aws_solutions_constructs/aws_lambda_sns/__init__.py
12
12
  src/aws_solutions_constructs/aws_lambda_sns/py.typed
13
13
  src/aws_solutions_constructs/aws_lambda_sns/_jsii/__init__.py
14
- src/aws_solutions_constructs/aws_lambda_sns/_jsii/aws-lambda-sns@2.42.0.jsii.tgz
14
+ src/aws_solutions_constructs/aws_lambda_sns/_jsii/aws-lambda-sns@2.45.0.jsii.tgz
@@ -0,0 +1,6 @@
1
+ aws-cdk-lib<3.0.0,>=2.99.1
2
+ aws-solutions-constructs.core==2.45.0
3
+ constructs<11.0.0,>=10.0.0
4
+ jsii<2.0.0,>=1.90.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.42.0
3
- constructs<11.0.0,>=10.0.0
4
- jsii<2.0.0,>=1.87.0
5
- publication>=0.0.3
6
- typeguard~=2.13.3