Skip to content

Instantly share code, notes, and snippets.

View JAC-Keen's full-sized avatar
🎯
Focusing

Jorge Cano JAC-Keen

🎯
Focusing
View GitHub Profile
@zrzka
zrzka / cf-keep-alive-template.json
Created November 2, 2016 22:00
AWS Keep Alive lambda function
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Keep alive functions",
"Resources": {
"LambdaPolicy": {
"Type": "AWS::IAM::ManagedPolicy",
"Properties": {
"PolicyDocument": {