Skip to content

Instantly share code, notes, and snippets.

View headforthecloud's full-sized avatar

headforthecloud

View GitHub Profile
@headforthecloud
headforthecloud / BuildHugoBlog.yaml
Created March 10, 2023 09:17
This is an example of a [CodeCatalyst](https://codecatalyst.aws) workflow definition.
Name: BuildHugoBlog
SchemaVersion: "1.0"
# Optional - Set automatic triggers.
Triggers:
- Type: Push
# Required - Define action configurations.
Actions:
InstallandRunHugo:
@headforthecloud
headforthecloud / BuildHugoBlog.yaml
Last active March 17, 2023 09:09
This is an example of an AWS CodeCatalyst (https://codecatalyst.aws) workflow definition. See https://headforthe.cloud/article/deploying-a-hugo-blog-with-codecatalyst/ for more info
Name: BuildHugoBlog
SchemaVersion: "1.0"
# Optional - Set automatic triggers.
Triggers:
- Type: Push
# Required - Define action configurations.
Actions:
InstallandRunHugo:
@headforthecloud
headforthecloud / info.md
Created January 17, 2024 14:52
codecatalyst-default-python-libraries

List of default python libraries in CodeCatalyst Build environment

Gathered by pydocs modules

IPython astroid html rlcompleter future asttokens http rpm _abc asynchat ikp3db runpy _aix_support asyncio iksettrace3 s3transfer _ast asyncore imaplib sched _asyncio atexit imghdr secrets _bisect audioop imp select

@headforthecloud
headforthecloud / gist:237ad0aaa94420529a9ef3d7c58f92c0
Last active February 6, 2024 10:05
Example Lambda in VPC CloudFormation template
AWSTemplateFormatVersion: '2010-09-09'
Parameters:
pName:
Type: String
Default: sh-test
pOwner:
Type: String
Default: Simon Hanmer
pRetentionDays: