# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
FROM node:14-slim

COPY ./entrypoint.sh /bundle/entrypoint.sh
COPY ./index.js      /bundle/index.js
COPY ./Dockerfile    /bundle/Dockerfile

RUN npm install --no-save aws-sdk@^2.957.0

ENTRYPOINT ["/bin/bash", "/bundle/entrypoint.sh"]