S3 packager for Sceptre 2
Project description
sceptre-s3-packager
Hook and resolver for Sceptre v2 to
package code dependencies and uploading it to an S3 bucket for usage in a
template.
Inspired by https://github.com/cloudreach/sceptre-zip-code-s3
Getting started
Only Python 3 is actively being supported.
Install using pip:
pip install sceptre-s3-packager
Use the hook and resolver in your template config:
template_path: ...
hooks:
before_create:
- !sceptre_s3_upload ./directory-to-zip-to-s3
before_update:
- !sceptre_s3_upload ./directory-to-zip-to-s3
sceptre_user_data:
Code:
S3Bucket: my-s3-bucket
S3Key: !sceptre_s3_key ./directory-to-zip-to-s3
Use the data in the template, e.g. by using Jinja2 template with something like:
MyLambda:
Type: AWS::Lambda::Function
Properties:
Code:
S3Bucket: {{ sceptre_user_data.Code.S3Bucket }}
S3Key: {{ sceptre_user_data.Code.S3Key }}
Usage
Hook:
!sceptre_s3_upload <directory>(readsS3Bucketfromsceptre_user_data.Code.S3Bucket)!sceptre_s3_upload <directory>^^<s3-bucket>
Resolver:
!sceptre_s3_key <directory>(returns a path where the packaged directory is uploaded, e.g.sceptre/68063a99bb6d95401d688d28f19ee412)
Details
The hook will zip the contents of the directory and upload it as
sceptre/MD5HASH to the S3-bucket, with MD5HASH being md5 hash of the zip
file content.
When zipping all files will be given a fixed modification time, so that only the contents of the files are used to determine the upload file and cause invalidation on changes.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sceptre_s3_packager-0.4.0.tar.gz.
File metadata
- Download URL: sceptre_s3_packager-0.4.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb4ac6fa328d2a70cc2dcedd44d4ac0dad2101fa6aee85befee1d6a6168f12eb
|
|
| MD5 |
0e4fbb44da144751dd99a73f2973611b
|
|
| BLAKE2b-256 |
2b09283db3fc1735a779322e97005ebceb6df0f4648f3927cd368868c5277b68
|
File details
Details for the file sceptre_s3_packager-0.4.0-py3-none-any.whl.
File metadata
- Download URL: sceptre_s3_packager-0.4.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.1 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46b480d0a45866a47688dd2ab971cc8d795dd69912eee4cb592cceeeb1213d2c
|
|
| MD5 |
f9f0cfb0d2f361fe9f77f7c0ede6e310
|
|
| BLAKE2b-256 |
13a8caa4a04053918c689d2b95d31de613fab6db7762e205fa1489691be490cc
|