Skip to content

Instantly share code, notes, and snippets.

@feldmanz66
feldmanz66 / config.yml
Created June 28, 2022 16:59
Enigma Circle CI 2.1 example
version: 2.1
orbs:
node: circleci/node@4.1.0
slack: circleci/slack@3.4.2
jobs:
pr:
docker:
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
@feldmanz66
feldmanz66 / get_secret.py
Created June 23, 2022 17:24
get_secret.py
# Use this code snippet in your app.
# If you need more information about configurations or implementing the sample code, visit the AWS docs:
# https://aws.amazon.com/developers/getting-started/python/
import boto3
import os
import base64
from botocore.exceptions import ClientError