Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Importing invokeTarkovTextract#6

Open
ghost wants to merge 5 commits into
masterfrom
import-tarkovtextract
Open

Importing invokeTarkovTextract#6
ghost wants to merge 5 commits into
masterfrom
import-tarkovtextract

Conversation

@ghost

@ghost ghost commented May 24, 2020

Copy link
Copy Markdown

Removing legacy locally developed InvokeTextract lambda.

@ghost ghost requested a review from nickbaumer May 24, 2020 19:36
textract_client = boto3.client('textract')

SNS_TOPIC_ARN = 'arn:aws:sns:eu-west-1:832044451952:AmazonTextract-TarkovTopic' # We need to create this
ROLE_ARN = 'arn:aws:iam::832044451952:role/TextractServiceRole' # This role is managed by AWS

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ROLE_ARN = 'arn:aws:iam::832044451952:role/TextractServiceRole' # This role is managed by AWS
ROLE_ARN = 'arn:aws:iam::832044451952:role/TextractServiceRole' # This role is managed by AWS

Should we be committing ARNs?

Description: ''
Handler: lambda_function.lambda_handler
MemorySize: 128
Role: 'arn:aws:iam::832044451952:role/TarkovLambdaRole'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be committing ARNs?

Suggested change
Role: 'arn:aws:iam::832044451952:role/TarkovLambdaRole'
Role: 'arn:aws:iam::832044451952:role/TarkovLambdaRole'

@ghost ghost self-assigned this May 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants