CloudShell에서 채점 진행
[ ] 리전을 ap-northeast-2 에 맞게 구성하였는지 확인
[ ] 채점 전 2개의 DynamoDB Table의 데이터가 아무것도 없는지 확인
[ ] 2-1 aws configure
[ ] 2-2 save-file-s3-bucket-<임의 숫자 4자리>-<비번호>가 출력되는지 확인
[ ] 2-3 아래의 사진과 같이 출력값이 정확히 일치하는지 확인

[ ] 2-4 file/하나만 출력되는지 확인
[ ] 2-5 application-table, data-table이 출력되는지 확인
[ ] 2-6 아래의 사진과 같이 file-type이 HASH인지 확인

[ ] 2-7 work-lambda-functions, python3.9가 출력되는지 확인
[ ] 2-8 step-workflow가 출력되는지 확인
[ ] 2-9 채점지 따라 진행
버킷의 저장되어있는 파일을 모두 삭제
main.py, main,go, task.json을 버킷의 file 디렉토리에 업로드
application-table에 upload-time, file-type, file-name의 값이 알맞는지 확인

image.png파일을 버킷의 file 디렉토리에 업로드 후 삭제되는지 확인
data.csv파일을 버킷의 root 디렉토리에 업로드
data-table에 upload-time, file-type, file-name의 값이 알맞는지 확인
extra-data.csv파일을 버킷의 root 디렉토리에 업로드
data-table에 upload-time, file-type, file-name의 값이 알맞는지 확인

파일 내에서 지정된 필드(id, name, age, birthday, gender) 외에 필드의 항목을 extra-fields란 필드에 저장했는지 확인
