NextDotID / proof_server

ProofService: A DID.
https://docs.next.id
MIT License
63 stars 20 forks source link

lambda: Switch to new AWS runtime #89

Open nykma opened 1 year ago

nykma commented 1 year ago

AWS just dropped support of go1.x runtime.

We need to switch it to provided.al2 runtime.

Seems not difficult to do this.

Doc: https://aws.amazon.com/cn/blogs/compute/migrating-aws-lambda-functions-from-the-go1-x-runtime-to-the-custom-runtime-on-amazon-linux-2/?nc1=h_ls

With AWS SAM deployment in mind.