Skip to content

Commit 76e92ef

Browse files
author
Gaurav Yadav
committed
Setup project directory to 01-webotron
1 parent 633914d commit 76e92ef

File tree

4 files changed

+213
-0
lines changed

4 files changed

+213
-0
lines changed

01-webotron/Pipfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
ipython = "*"
8+
9+
[packages]
10+
boto3 = "*"
11+
12+
[requires]
13+
python_version = "3.7"

01-webotron/Pipfile.lock

Lines changed: 191 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

01-webotron/ipythonsession.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# coding: utf-8
2+
import boto3
3+
session = boto3.Session(profile_name='pythonAutomation')
4+
s3 = session.resource('s3')

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# Automating-aws-using-python
22

33
Repository for automating aws using python.
4+
5+
6+
## 01-webotron
7+
8+
Webotron is a script that will sync a local directory to an s3 bucket, and optionally configure route53 and cloudfront as well.

0 commit comments

Comments
 (0)