Skip to content

Instantly share code, notes, and snippets.

@lucaspolo
Last active July 1, 2022 02:35
Show Gist options
  • Save lucaspolo/e6d588d5e933a92f3e06ec29a53fb738 to your computer and use it in GitHub Desktop.
Save lucaspolo/e6d588d5e933a92f3e06ec29a53fb738 to your computer and use it in GitHub Desktop.
client = boto3.client(
"sns",
aws_access_key_id='AWS_ACCESS_KEY_ID',
aws_secret_access_key='AWS_SECRET_ACCESS_KEY',
region_name="us-east-1"
)
@BielRMelo
Copy link

Fala amigo, eu n conseguir o que vc me recomenda ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment