@ez4/aws-logs
v0.35.0
Published
EZ4: Self-managed AWS logs provider
Downloads
730
Readme
EZ4: AWS Logs
It provides all the components to manage logs on AWS.
Getting started
Install
npm install @ez4/aws-logs -DPermission
Ensure the user performing deployments has the permissions below:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "LogManagement",
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:DeleteLogGroup",
"logs:PutRetentionPolicy",
"logs:DeleteRetentionPolicy",
"logs:PutResourcePolicy",
"logs:DeleteResourcePolicy",
"logs:TagResource",
"logs:UntagResource"
],
"Resource": ["arn:aws:logs:{region}:{account-id}:log-group:{prefix}-*"]
}
]
}License
MIT License
