Skip to content

Small sections of code that can offer inspiration or boilerplate for writing python scripts

Notifications You must be signed in to change notification settings

Graham-Stein/script_snippets

Repository files navigation

AWS related helper functions

Note - AWS profile needs to be set up for the script to access aws services

eg:

.aws/config

[yourprofile]
region = eu-west-2
output = json

.aws/credentials

[yourprofile]
aws_access_key_id = <your access key>
aws_secret_access_key = <your secret access key>

About

Small sections of code that can offer inspiration or boilerplate for writing python scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published