This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: 2v3ZW2z_lT7Q6rgP1h1ldkCoyW8cfXkBeT_mNzl4GWY
Cover

Creating API with Bash Code in AWS Lambda and API Gateway

Written by @siem-peters | Published on 2020/2/27

TL;DR
Amazon web services (AWS) is a powerful platform for almost every webservice you can imagine. With AWS API Gateway and Lambda you are able to create REST API’s with ease! API gateway is enables you to create the API. Lambda lets you execute code when the API is invoked. This code can be in many programming languages like Python or Node.JS. Unfortunately, it is unable to run Bash code out-of-the-box with Lambda. For me it was necessary to run bash code in order to execute AWS CLI.

[story continues]


Written by
@siem-peters
Data Scientist & Web developer

Topics and
tags
aws-lambda|aws|api-gateway|bash|cli|lambda|api|serverless
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: 2v3ZW2z_lT7Q6rgP1h1ldkCoyW8cfXkBeT_mNzl4GWY