ianjwhite99 / connected-car-node-sdk

Open-source JavaScript SDK for Ford vehicles connected via FordPass and SYNC.
MIT License
51 stars 10 forks source link

Deploy in AWS Lambda #33

Closed swamplynx closed 2 years ago

swamplynx commented 2 years ago

I’d like to deploy this in AWS Lambda. I have some experience deploying small NodeJS functions, but have never deployed a python function. I imagine this might be a popular deployment option, so from a feature request perspective it would be great if the documentation included a “how to” get it running up there. I’m going to give it a whirl myself, but any time saving tips would be greatly appreciated.

ianjwhite99 commented 2 years ago

Hi, please checkout the connectedcar-node-api. This is a middle-man api that I build that allows you to control your car from your own "personal" api. You can use serverless to deploy to AWS Lambda.