Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

luciferous-public-lambda-layers/prepare-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-github-actions-prepare-template

This is a template for creating resources for deployment to AWS with GitHub Actions.
(The contents of this repository assume manual deployment.)

The following three resources are to be created.

  1. OIDC Provider: Define to Assume Role with OIDC
  2. IAM Role: deploying CloudFormation Stack assuming by OIDC
  3. IAM Role: deploying SSM Parameter assuming by OIDC
  4. IAM Role: deploying CloudFormation Stack assuming in CloudFormation
  5. S3 Bucket: Used to place artifacts such as Lambda deployment packages

Rquirements

  • awscli
  • sam-cli

How To

  1. edit Makefile
    • Specify the CloudFormation Stack name at L3
    • Specify the GitHub Repository Prefix at L9
  2. exec deploy
    • Execute make deploy to create a Stack
  3. check resources
    • Execute make describe to get the ARN and other information about the resource to be used in GitHub Actions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published