-
Notifications
You must be signed in to change notification settings - Fork 0
dominikWin/canvas_issues
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
canvas_issues - Take assignments from a Canvas and make them Github issues.
Runs as a AWS lambda function and a single json file in S3 for state to keep costs low.
Simply setup the function with CloudWatch Events with schedule expression "rate(15 minutes)".
The Lambda function role needs this policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject"
],
"Resource": "arn:aws:s3:::some-bucket.db/*"
}
]
}
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published