Skip to content

Instantly share code, notes, and snippets.

@heitorlessa
heitorlessa / READE.md
Last active July 3, 2022 23:59
powertools_issue_409

Export custom flag PT_409 when running locally to log in plain text and write output into log.txt file

PT_409="1" python prod.py 

Output should look like this:

2021-05-13 19:05:25,506+0200 — INFO — main:32 — Hello - {'context': {'device_id': '11e9034354f', 'device_location': 'London'}} - - 
@a-h
a-h / buildspec.yml
Last active November 3, 2022 08:31
Build Go with private dependencies on AWS CodeBuild
version: 0.2
env:
parameter-store:
build_ssh_key: "build_ssh_key"
phases:
install:
commands:
- mkdir -p ~/.ssh