aws-solutions-constructs.aws-lambda-translate 2.97.0__tar.gz → 2.99.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.
- aws_solutions_constructs_aws_lambda_translate-2.99.0/PKG-INFO +28 -0
- aws_solutions_constructs_aws_lambda_translate-2.99.0/README.md +1 -0
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/setup.py +4 -4
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/src/aws_solutions_constructs/aws_lambda_translate/__init__.py +11 -37
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/src/aws_solutions_constructs/aws_lambda_translate/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_lambda_translate-2.99.0/src/aws_solutions_constructs/aws_lambda_translate/_jsii/aws-lambda-translate@2.99.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_lambda_translate-2.99.0/src/aws_solutions_constructs.aws_lambda_translate.egg-info/PKG-INFO +28 -0
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/src/aws_solutions_constructs.aws_lambda_translate.egg-info/SOURCES.txt +1 -1
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/src/aws_solutions_constructs.aws_lambda_translate.egg-info/requires.txt +2 -2
- aws_solutions_constructs_aws_lambda_translate-2.97.0/PKG-INFO +0 -58
- aws_solutions_constructs_aws_lambda_translate-2.97.0/README.md +0 -31
- aws_solutions_constructs_aws_lambda_translate-2.97.0/src/aws_solutions_constructs/aws_lambda_translate/_jsii/aws-lambda-translate@2.97.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_lambda_translate-2.97.0/src/aws_solutions_constructs.aws_lambda_translate.egg-info/PKG-INFO +0 -58
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/src/aws_solutions_constructs/aws_lambda_translate/py.typed +0 -0
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/src/aws_solutions_constructs.aws_lambda_translate.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_lambda_translate-2.97.0 → aws_solutions_constructs_aws_lambda_translate-2.99.0}/src/aws_solutions_constructs.aws_lambda_translate.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: aws-solutions-constructs.aws-lambda-translate
|
|
3
|
+
Version: 2.99.0
|
|
4
|
+
Summary: CDK constructs for defining an interaction between an AWS Lambda function and Amazon Translate with optional S3 buckets.
|
|
5
|
+
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
|
+
Author: Amazon Web Services
|
|
7
|
+
License: Apache-2.0
|
|
8
|
+
Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Classifier: Programming Language :: JavaScript
|
|
12
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Typing :: Typed
|
|
17
|
+
Classifier: License :: OSI Approved
|
|
18
|
+
Requires-Python: ~=3.9
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
License-File: LICENSE
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.238.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.99.0
|
|
23
|
+
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
25
|
+
Requires-Dist: publication>=0.0.3
|
|
26
|
+
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
27
|
+
|
|
28
|
+
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-lambda-textract/README.adoc)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-lambda-textract/README.adoc)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-lambda-translate",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.99.0",
|
|
9
9
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and Amazon Translate with optional S3 buckets.",
|
|
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_translate._jsii": [
|
|
29
|
-
"aws-lambda-translate@2.
|
|
29
|
+
"aws-lambda-translate@2.99.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_lambda_translate": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,8 +34,8 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.238.0, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.core==2.99.0",
|
|
39
39
|
"constructs>=10.0.0, <11.0.0",
|
|
40
40
|
"jsii>=1.119.0, <2.0.0",
|
|
41
41
|
"publication>=0.0.3",
|
|
@@ -1,35 +1,5 @@
|
|
|
1
1
|
r'''
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<!--BEGIN STABILITY BANNER-->---
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-

|
|
8
|
-
|
|
9
|
-
---
|
|
10
|
-
<!--END STABILITY BANNER-->
|
|
11
|
-
|
|
12
|
-
| **Reference Documentation**:| <span style="font-weight: normal">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|
|
|
13
|
-
|:-------------|:-------------|
|
|
14
|
-
|
|
15
|
-
<div style="height:8px"></div>
|
|
16
|
-
|
|
17
|
-
| Language | Package |
|
|
18
|
-
|:---------|---------|
|
|
19
|
-
| Python|`aws_solutions_constructs.aws_lambda_translate`|
|
|
20
|
-
| Typescript|`@aws-solutions-constructs/aws-lambda-translate`|
|
|
21
|
-
| Java|`software.amazon.awsconstructs.services.lambdatranslate`|
|
|
22
|
-
|
|
23
|
-
## Overview
|
|
24
|
-
|
|
25
|
-
This AWS Solutions Construct implements an AWS Lambda function connected to Amazon Translate service. For asynchronous translation jobs, the construct can optionally create source and destination S3 buckets with appropriate IAM permissions for the Lambda function to interact with both buckets and Amazon Translate service.
|
|
26
|
-
|
|
27
|
-
For full documentation, see the [README.adoc](README.adoc) file.
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
|
+
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-lambda-textract/README.adoc)
|
|
33
3
|
'''
|
|
34
4
|
from pkgutil import extend_path
|
|
35
5
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -169,7 +139,7 @@ class LambdaToTranslate(
|
|
|
169
139
|
'''
|
|
170
140
|
:param scope: - represents the scope for all the resources.
|
|
171
141
|
:param id: - this is a a scope-unique id.
|
|
172
|
-
:param additional_permissions: Optional array of additional IAM permissions to grant to the Lambda function for Amazon Translate.
|
|
142
|
+
:param additional_permissions: Optional array of additional IAM permissions to grant to the Lambda function for Amazon Translate. This is intended for use with Translate actions and will assign a resource of '*' - permissions for other services with specific resources should add the permssion using Function.addToRolePolicy(). Always added - ['translate:TranslateText', 'translate:TranslateDocument']
|
|
173
143
|
:param async_jobs: Whether to enable asynchronous translation jobs. When true, source and destination S3 buckets will be created and the Lambda function will be granted permissions to start and stop translation jobs. Default: - false
|
|
174
144
|
:param data_access_role_arn_environment_variable_name: Optional Name for the role to pass to Batch translate jobs. Only set if asyncJobs is true Default: - DATA_ACCESS_ROLE_ARN
|
|
175
145
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
@@ -180,7 +150,7 @@ class LambdaToTranslate(
|
|
|
180
150
|
:param existing_lambda_obj: Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
|
181
151
|
:param existing_source_bucket_obj: Existing instance of S3 Bucket object for source files, providing both this and ``sourceBucketProps`` will cause an error. Only valid when asyncJobs is true. Default: - None
|
|
182
152
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
183
|
-
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj``
|
|
153
|
+
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj`` causes an error. Default: - Default properties are used.
|
|
184
154
|
:param log_destination_s3_access_logs: Whether to turn on Access Logs for the destination S3 bucket with the associated storage costs. Enabling Access Logging is a best practice. Only valid when asyncJobs is true. Default: - true
|
|
185
155
|
:param log_source_s3_access_logs: Whether to turn on Access Logs for the source S3 bucket with the associated storage costs. Enabling Access Logging is a best practice. Only valid when asyncJobs is true. Default: - true
|
|
186
156
|
:param source_bucket_environment_variable_name: Optional Name for the Lambda function environment variable set to the name of the source bucket. Only valid when asyncJobs is true. Default: - SOURCE_BUCKET_NAME
|
|
@@ -317,7 +287,7 @@ class LambdaToTranslateProps:
|
|
|
317
287
|
vpc_props: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.VpcProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
318
288
|
) -> None:
|
|
319
289
|
'''
|
|
320
|
-
:param additional_permissions: Optional array of additional IAM permissions to grant to the Lambda function for Amazon Translate.
|
|
290
|
+
:param additional_permissions: Optional array of additional IAM permissions to grant to the Lambda function for Amazon Translate. This is intended for use with Translate actions and will assign a resource of '*' - permissions for other services with specific resources should add the permssion using Function.addToRolePolicy(). Always added - ['translate:TranslateText', 'translate:TranslateDocument']
|
|
321
291
|
:param async_jobs: Whether to enable asynchronous translation jobs. When true, source and destination S3 buckets will be created and the Lambda function will be granted permissions to start and stop translation jobs. Default: - false
|
|
322
292
|
:param data_access_role_arn_environment_variable_name: Optional Name for the role to pass to Batch translate jobs. Only set if asyncJobs is true Default: - DATA_ACCESS_ROLE_ARN
|
|
323
293
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
@@ -328,7 +298,7 @@ class LambdaToTranslateProps:
|
|
|
328
298
|
:param existing_lambda_obj: Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
|
329
299
|
:param existing_source_bucket_obj: Existing instance of S3 Bucket object for source files, providing both this and ``sourceBucketProps`` will cause an error. Only valid when asyncJobs is true. Default: - None
|
|
330
300
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
331
|
-
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj``
|
|
301
|
+
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj`` causes an error. Default: - Default properties are used.
|
|
332
302
|
:param log_destination_s3_access_logs: Whether to turn on Access Logs for the destination S3 bucket with the associated storage costs. Enabling Access Logging is a best practice. Only valid when asyncJobs is true. Default: - true
|
|
333
303
|
:param log_source_s3_access_logs: Whether to turn on Access Logs for the source S3 bucket with the associated storage costs. Enabling Access Logging is a best practice. Only valid when asyncJobs is true. Default: - true
|
|
334
304
|
:param source_bucket_environment_variable_name: Optional Name for the Lambda function environment variable set to the name of the source bucket. Only valid when asyncJobs is true. Default: - SOURCE_BUCKET_NAME
|
|
@@ -416,7 +386,10 @@ class LambdaToTranslateProps:
|
|
|
416
386
|
def additional_permissions(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
417
387
|
'''Optional array of additional IAM permissions to grant to the Lambda function for Amazon Translate.
|
|
418
388
|
|
|
419
|
-
|
|
389
|
+
This is intended for use with Translate actions and will assign a resource of '*' - permissions for
|
|
390
|
+
other services with specific resources should add the permssion using Function.addToRolePolicy().
|
|
391
|
+
|
|
392
|
+
Always added - ['translate:TranslateText', 'translate:TranslateDocument']
|
|
420
393
|
'''
|
|
421
394
|
result = self._values.get("additional_permissions")
|
|
422
395
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -543,7 +516,8 @@ class LambdaToTranslateProps:
|
|
|
543
516
|
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
544
517
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
545
518
|
|
|
546
|
-
Providing both this and ``existingLambdaObj``
|
|
519
|
+
Providing both this and ``existingLambdaObj``
|
|
520
|
+
causes an error.
|
|
547
521
|
|
|
548
522
|
:default: - Default properties are used.
|
|
549
523
|
'''
|
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@aws-solutions-constructs/aws-lambda-translate",
|
|
37
|
-
"2.
|
|
37
|
+
"2.99.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-lambda-translate@2.
|
|
39
|
+
"aws-lambda-translate@2.99.0.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
|
Binary file
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: aws-solutions-constructs.aws-lambda-translate
|
|
3
|
+
Version: 2.99.0
|
|
4
|
+
Summary: CDK constructs for defining an interaction between an AWS Lambda function and Amazon Translate with optional S3 buckets.
|
|
5
|
+
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
|
+
Author: Amazon Web Services
|
|
7
|
+
License: Apache-2.0
|
|
8
|
+
Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Operating System :: OS Independent
|
|
11
|
+
Classifier: Programming Language :: JavaScript
|
|
12
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Typing :: Typed
|
|
17
|
+
Classifier: License :: OSI Approved
|
|
18
|
+
Requires-Python: ~=3.9
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
License-File: LICENSE
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.238.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.99.0
|
|
23
|
+
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
25
|
+
Requires-Dist: publication>=0.0.3
|
|
26
|
+
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
27
|
+
|
|
28
|
+
Documentation for this pattern can be found [here](https://github.com/awslabs/aws-solutions-constructs/blob/main/source/patterns/%40aws-solutions-constructs/aws-lambda-textract/README.adoc)
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_translate.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_lambda_translate/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_lambda_translate/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_lambda_translate/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_lambda_translate/_jsii/aws-lambda-translate@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_lambda_translate/_jsii/aws-lambda-translate@2.99.0.jsii.tgz
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: aws-solutions-constructs.aws-lambda-translate
|
|
3
|
-
Version: 2.97.0
|
|
4
|
-
Summary: CDK constructs for defining an interaction between an AWS Lambda function and Amazon Translate with optional S3 buckets.
|
|
5
|
-
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
|
-
Author: Amazon Web Services
|
|
7
|
-
License: Apache-2.0
|
|
8
|
-
Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
|
|
9
|
-
Classifier: Intended Audience :: Developers
|
|
10
|
-
Classifier: Operating System :: OS Independent
|
|
11
|
-
Classifier: Programming Language :: JavaScript
|
|
12
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
-
Classifier: Typing :: Typed
|
|
17
|
-
Classifier: License :: OSI Approved
|
|
18
|
-
Requires-Python: ~=3.9
|
|
19
|
-
Description-Content-Type: text/markdown
|
|
20
|
-
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.233.0
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core==2.97.0
|
|
23
|
-
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
25
|
-
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
27
|
-
|
|
28
|
-
# aws-lambda-translate module
|
|
29
|
-
|
|
30
|
-
<!--BEGIN STABILITY BANNER-->---
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-

|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
<!--END STABILITY BANNER-->
|
|
37
|
-
|
|
38
|
-
| **Reference Documentation**:| <span style="font-weight: normal">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|
|
|
39
|
-
|:-------------|:-------------|
|
|
40
|
-
|
|
41
|
-
<div style="height:8px"></div>
|
|
42
|
-
|
|
43
|
-
| Language | Package |
|
|
44
|
-
|:---------|---------|
|
|
45
|
-
| Python|`aws_solutions_constructs.aws_lambda_translate`|
|
|
46
|
-
| Typescript|`@aws-solutions-constructs/aws-lambda-translate`|
|
|
47
|
-
| Java|`software.amazon.awsconstructs.services.lambdatranslate`|
|
|
48
|
-
|
|
49
|
-
## Overview
|
|
50
|
-
|
|
51
|
-
This AWS Solutions Construct implements an AWS Lambda function connected to Amazon Translate service. For asynchronous translation jobs, the construct can optionally create source and destination S3 buckets with appropriate IAM permissions for the Lambda function to interact with both buckets and Amazon Translate service.
|
|
52
|
-
|
|
53
|
-
For full documentation, see the [README.adoc](README.adoc) file.
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# aws-lambda-translate module
|
|
2
|
-
|
|
3
|
-
<!--BEGIN STABILITY BANNER-->---
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-

|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
<!--END STABILITY BANNER-->
|
|
10
|
-
|
|
11
|
-
| **Reference Documentation**:| <span style="font-weight: normal">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|
|
|
12
|
-
|:-------------|:-------------|
|
|
13
|
-
|
|
14
|
-
<div style="height:8px"></div>
|
|
15
|
-
|
|
16
|
-
| Language | Package |
|
|
17
|
-
|:---------|---------|
|
|
18
|
-
| Python|`aws_solutions_constructs.aws_lambda_translate`|
|
|
19
|
-
| Typescript|`@aws-solutions-constructs/aws-lambda-translate`|
|
|
20
|
-
| Java|`software.amazon.awsconstructs.services.lambdatranslate`|
|
|
21
|
-
|
|
22
|
-
## Overview
|
|
23
|
-
|
|
24
|
-
This AWS Solutions Construct implements an AWS Lambda function connected to Amazon Translate service. For asynchronous translation jobs, the construct can optionally create source and destination S3 buckets with appropriate IAM permissions for the Lambda function to interact with both buckets and Amazon Translate service.
|
|
25
|
-
|
|
26
|
-
For full documentation, see the [README.adoc](README.adoc) file.
|
|
27
|
-
|
|
28
|
-
---
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
Binary file
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: aws-solutions-constructs.aws-lambda-translate
|
|
3
|
-
Version: 2.97.0
|
|
4
|
-
Summary: CDK constructs for defining an interaction between an AWS Lambda function and Amazon Translate with optional S3 buckets.
|
|
5
|
-
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
|
-
Author: Amazon Web Services
|
|
7
|
-
License: Apache-2.0
|
|
8
|
-
Project-URL: Source, https://github.com/awslabs/aws-solutions-constructs.git
|
|
9
|
-
Classifier: Intended Audience :: Developers
|
|
10
|
-
Classifier: Operating System :: OS Independent
|
|
11
|
-
Classifier: Programming Language :: JavaScript
|
|
12
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
-
Classifier: Typing :: Typed
|
|
17
|
-
Classifier: License :: OSI Approved
|
|
18
|
-
Requires-Python: ~=3.9
|
|
19
|
-
Description-Content-Type: text/markdown
|
|
20
|
-
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.233.0
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core==2.97.0
|
|
23
|
-
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
25
|
-
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
27
|
-
|
|
28
|
-
# aws-lambda-translate module
|
|
29
|
-
|
|
30
|
-
<!--BEGIN STABILITY BANNER-->---
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-

|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
<!--END STABILITY BANNER-->
|
|
37
|
-
|
|
38
|
-
| **Reference Documentation**:| <span style="font-weight: normal">https://docs.aws.amazon.com/solutions/latest/constructs/</span>|
|
|
39
|
-
|:-------------|:-------------|
|
|
40
|
-
|
|
41
|
-
<div style="height:8px"></div>
|
|
42
|
-
|
|
43
|
-
| Language | Package |
|
|
44
|
-
|:---------|---------|
|
|
45
|
-
| Python|`aws_solutions_constructs.aws_lambda_translate`|
|
|
46
|
-
| Typescript|`@aws-solutions-constructs/aws-lambda-translate`|
|
|
47
|
-
| Java|`software.amazon.awsconstructs.services.lambdatranslate`|
|
|
48
|
-
|
|
49
|
-
## Overview
|
|
50
|
-
|
|
51
|
-
This AWS Solutions Construct implements an AWS Lambda function connected to Amazon Translate service. For asynchronous translation jobs, the construct can optionally create source and destination S3 buckets with appropriate IAM permissions for the Lambda function to interact with both buckets and Amazon Translate service.
|
|
52
|
-
|
|
53
|
-
For full documentation, see the [README.adoc](README.adoc) file.
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|