cloudstructs 0.13.1__tar.gz → 0.13.3__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.
- {cloudstructs-0.13.1/src/cloudstructs.egg-info → cloudstructs-0.13.3}/PKG-INFO +1 -2
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/README.md +0 -1
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/setup.py +2 -2
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/src/cloudstructs/__init__.py +0 -1
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/src/cloudstructs/_jsii/__init__.py +1 -1
- cloudstructs-0.13.3/src/cloudstructs/_jsii/cloudstructs@0.13.3.jsii.tgz +0 -0
- {cloudstructs-0.13.1 → cloudstructs-0.13.3/src/cloudstructs.egg-info}/PKG-INFO +1 -2
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/src/cloudstructs.egg-info/SOURCES.txt +1 -1
- cloudstructs-0.13.1/src/cloudstructs/_jsii/cloudstructs@0.13.1.jsii.tgz +0 -0
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/LICENSE +0 -0
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/MANIFEST.in +0 -0
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/pyproject.toml +0 -0
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/setup.cfg +0 -0
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/src/cloudstructs/py.typed +0 -0
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/src/cloudstructs.egg-info/dependency_links.txt +0 -0
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/src/cloudstructs.egg-info/requires.txt +0 -0
- {cloudstructs-0.13.1 → cloudstructs-0.13.3}/src/cloudstructs.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudstructs
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.3
|
|
4
4
|
Summary: High-level constructs for AWS CDK
|
|
5
5
|
Home-page: https://github.com/jogold/cloudstructs.git
|
|
6
6
|
Author: Jonathan Goldwasser<jonathan.goldwasser@gmail.com>
|
|
@@ -42,7 +42,6 @@ Version >= 0.2.0 requires AWS CDK v2.
|
|
|
42
42
|
a rule
|
|
43
43
|
* [`EmailReceiver`](src/email-receiver) Receive emails through SES, save them to S3
|
|
44
44
|
and invoke a Lambda function
|
|
45
|
-
* [`MjmlTemplate`](src/mjml-template) SES email template from [MJML](https://mjml.io/)
|
|
46
45
|
* [`SlackApp`](src/slack-app) Deploy Slack apps from manifests
|
|
47
46
|
* [`SlackEvents`](src/slack-events) Send Slack events to Amazon EventBridge
|
|
48
47
|
* [`SlackTextract`](src/slack-textract) Extract text from images posted to Slack
|
|
@@ -15,7 +15,6 @@ Version >= 0.2.0 requires AWS CDK v2.
|
|
|
15
15
|
a rule
|
|
16
16
|
* [`EmailReceiver`](src/email-receiver) Receive emails through SES, save them to S3
|
|
17
17
|
and invoke a Lambda function
|
|
18
|
-
* [`MjmlTemplate`](src/mjml-template) SES email template from [MJML](https://mjml.io/)
|
|
19
18
|
* [`SlackApp`](src/slack-app) Deploy Slack apps from manifests
|
|
20
19
|
* [`SlackEvents`](src/slack-events) Send Slack events to Amazon EventBridge
|
|
21
20
|
* [`SlackTextract`](src/slack-textract) Extract text from images posted to Slack
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cloudstructs",
|
|
8
|
-
"version": "0.13.
|
|
8
|
+
"version": "0.13.3",
|
|
9
9
|
"description": "High-level constructs for AWS CDK",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/jogold/cloudstructs.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"cloudstructs._jsii": [
|
|
29
|
-
"cloudstructs@0.13.
|
|
29
|
+
"cloudstructs@0.13.3.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"cloudstructs": [
|
|
32
32
|
"py.typed"
|
|
@@ -16,7 +16,6 @@ Version >= 0.2.0 requires AWS CDK v2.
|
|
|
16
16
|
a rule
|
|
17
17
|
* [`EmailReceiver`](src/email-receiver) Receive emails through SES, save them to S3
|
|
18
18
|
and invoke a Lambda function
|
|
19
|
-
* [`MjmlTemplate`](src/mjml-template) SES email template from [MJML](https://mjml.io/)
|
|
20
19
|
* [`SlackApp`](src/slack-app) Deploy Slack apps from manifests
|
|
21
20
|
* [`SlackEvents`](src/slack-events) Send Slack events to Amazon EventBridge
|
|
22
21
|
* [`SlackTextract`](src/slack-textract) Extract text from images posted to Slack
|
|
@@ -32,7 +32,7 @@ import aws_cdk._jsii
|
|
|
32
32
|
import constructs._jsii
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
|
-
"cloudstructs", "0.13.
|
|
35
|
+
"cloudstructs", "0.13.3", __name__[0:-6], "cloudstructs@0.13.3.jsii.tgz"
|
|
36
36
|
)
|
|
37
37
|
|
|
38
38
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudstructs
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.3
|
|
4
4
|
Summary: High-level constructs for AWS CDK
|
|
5
5
|
Home-page: https://github.com/jogold/cloudstructs.git
|
|
6
6
|
Author: Jonathan Goldwasser<jonathan.goldwasser@gmail.com>
|
|
@@ -42,7 +42,6 @@ Version >= 0.2.0 requires AWS CDK v2.
|
|
|
42
42
|
a rule
|
|
43
43
|
* [`EmailReceiver`](src/email-receiver) Receive emails through SES, save them to S3
|
|
44
44
|
and invoke a Lambda function
|
|
45
|
-
* [`MjmlTemplate`](src/mjml-template) SES email template from [MJML](https://mjml.io/)
|
|
46
45
|
* [`SlackApp`](src/slack-app) Deploy Slack apps from manifests
|
|
47
46
|
* [`SlackEvents`](src/slack-events) Send Slack events to Amazon EventBridge
|
|
48
47
|
* [`SlackTextract`](src/slack-textract) Extract text from images posted to Slack
|
|
@@ -11,4 +11,4 @@ src/cloudstructs.egg-info/dependency_links.txt
|
|
|
11
11
|
src/cloudstructs.egg-info/requires.txt
|
|
12
12
|
src/cloudstructs.egg-info/top_level.txt
|
|
13
13
|
src/cloudstructs/_jsii/__init__.py
|
|
14
|
-
src/cloudstructs/_jsii/cloudstructs@0.13.
|
|
14
|
+
src/cloudstructs/_jsii/cloudstructs@0.13.3.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|