일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- lambda
- thread
- 디자인패턴
- 파이썬
- 라즈베리파이
- 급속충전기
- everon
- raspberry
- 홈어시스턴트
- homeassistant
- dynamodb
- 전기차충전기
- AWS
- IOT Core
- 서버리스
- OCPP
- 에버온
- 전기차
- 보안
- 플라스크
- esp8266
- 충전기
- STM32
- 완속충전기
- Android
- YMODEM
- 안드로이드
- 펌웨어
- 전기차충전
- flask
Archives
- Today
- Total
목록S3 (1)
Louie NRT Story
[AWS] Lambda for S3
Download file from S3 and upload this again.1234567891011121314151617181920import boto3import osimport sysimport urllib s3_client = boto3.client('s3') def handler(event, context): bucket = 'codebuild-oregon-louie0724-output-bucket' key = 'test01.png' raw_key = urllib.parse.unquote_plus(key) download_path = '/tmp/{}'.format(key) upload_path = '/tmp/{}'.format(key) s3_client.download_file(bucket, ..
서버시스템
2019. 1. 6. 00:15