Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taufiqibrahim/fbab1a8a48289090e47ff4bf2f80b19a to your computer and use it in GitHub Desktop.
Save taufiqibrahim/fbab1a8a48289090e47ff4bf2f80b19a to your computer and use it in GitHub Desktop.
serverless_kafka_lambda-1-initialize-serverless-project.sh
# install serverless
npm install -g serverless
# creating serverless project
serverless create \
--template aws-python3 \
--name serverless-etl-sap-tms \
--path serverless-etl-sap-tms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment