IAM Policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1517398919242",| #!/usr/bin/env python | |
| # encoding: utf-8 | |
| """ | |
| @author: xl7dev | |
| """ | |
| import sys | |
| import pyotp | |
| import pexpect | |
| import logging |
| acm.amazonaws.com | |
| alexa-appkit.amazon.com | |
| apigateway.amazonaws.com | |
| application-autoscaling.amazonaws.com | |
| appstream.application-autoscaling.amazonaws.com | |
| appsync.amazonaws.com | |
| athena.amazonaws.com | |
| autoscaling.amazonaws.com | |
| batch.amazonaws.com | |
| channels.lex.amazonaws.com |
| package nl.tudelft.cucumber; | |
| import java.io.Closeable; | |
| public class Calculator implements Closeable { | |
| public int add(int a, int b) { | |
| return a + b; | |
| } |