This is a blank project for TypeScript development with CDK.
The cdk.json
file tells the CDK Toolkit how to execute your app.
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template
api gateway - lambda w/containerで構成されている。
画像とその他のデータを含むmultipart/form-dataのリクエストから 画像だけ取り出しResNet50で適当に処理して適当に値を返す。
# in /lambda
poetry install
# in /lambda
docker-compose up --build
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
jsonしかうまく送れないかも
# in /
npx cdk deploy --profile ${aws_profile_name}