Skip to content
/ yashiro Public

Yashiro is a templating engine with the external stores.

License

Notifications You must be signed in to change notification settings

dwango/yashiro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5444bbf · Jun 14, 2024

History

94 Commits
May 20, 2024
Nov 12, 2023
May 21, 2024
Jun 14, 2024
Jun 14, 2024
May 27, 2024
Nov 20, 2023
Nov 12, 2023
Nov 12, 2023
Jun 2, 2024
Jun 2, 2024
Jun 2, 2024
Jun 14, 2024
Jun 14, 2024

Repository files navigation

Yashiro

Yashiro is a templating engine with the external stores.

Service

AWS

Usage

See Godoc.

go get github.com/dwango/yashiro

Authorization

AWS

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "ssm:GetParameter",
                "secretsmanager:GetSecretValue"
            ],
            "Resource": ["*"],
        },
    ]
}

CLI Tool

Installation

From release page

Download binary from release page.

Homebrew Users

Download and install by homebrew.

brew tap dwango/yashiro
brew install ysr

Example

See example.