Skip to content

Instantly share code, notes, and snippets.

@lvkins
lvkins / aws_rds_postgres shared_buffers.md
Created February 10, 2023 10:20 — forked from normoes/aws_rds_postgres shared_buffers.md
AWS RDS PostgreSQL shared_buffers
@lvkins
lvkins / get-codepipeline-execution-id-within-codebuild.sh
Created October 12, 2022 09:05 — forked from rupertbg/get-codepipeline-execution-id-within-codebuild.sh
Get a CodePipeline Execution ID from within a CodeBuild Job
aws codepipeline get-pipeline-state --region us-west-2 --name ${CODEBUILD_INITIATOR#codepipeline/} --query 'stageStates[?actionStates[?latestExecution.externalExecutionId==`'${CODEBUILD_BUILD_ID}'`]].latestExecution.pipelineExecutionId' --output text