by shigemk2

当面は技術的なことしか書かない

2018-01-22から1日間の記事一覧

Lambda Python Logging

Lambda Python Logging ログ出力はprint 返却はreturn

RDS describe_db_instances

RDS describe_db_instances boto3のアレ。 http://boto3.readthedocs.io/en/latest/reference/services/rds.html#RDS.Client.describe_db_instances import boto3 # おきらくdescribe # rds:DescribeDBInstancesがひつよう dbinstance = 'test-db' rds = bot…