Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Release for our organization #7

Merged
merged 4 commits into from Jul 7, 2020
Merged

Conversation

mashiike
Copy link

@mashiike mashiike commented Jul 3, 2020

background

This repository was forked because I wanted to upgrade the AWS CLI version more often than the original bash-lambda-layer
Modify the deployment script for usability within our organization.

content

  • Modify layer description

    • include version info
    • change repository
  • For testing layer utilization

    • selectable region
    • selectable permission

how to deploy

  1. build
make build
  1. for testing
PERMISSION="--principal $DEV_AWS_ACCOUNT_ID" AWS_REGION=ap-northeast-1 make publish-staging 

2-1. publish local

PERMISSION="--organization-id $AWS_ORG_ID --principal '*'" AWS_REGION=ap-northeast-1 make publish-only

2-2. publish-global

make publish

@mashiike mashiike requested a review from fujiwara July 3, 2020 04:39
publish-only.sh Outdated
GIT_VER=$(git describe --tags)
DATE=$(date +%Y-%m-%dT%H:%M:%S%z)
DESCRIPTION="Bash in AWS Lambda version $GIT_VER [https://github.com/kayac/bash-lambda-layer]
published in $DATE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

published at?

@mashiike mashiike merged commit 305a00f into master Jul 7, 2020
@mashiike mashiike deleted the feature/for-org-internal-release branch July 15, 2020 09:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants