I've previously used this method to do a few cool things. The first was to join a new service provider's API into my own. I had an existing app and there was a new service provider that we wanted to use. Instead of having to create 20 lambdas to make a request to each of the 20 endpoints, I did exactly what I did in the video to pull the endpoints into my API. I've also used this to combine a few external APIs I was using into a single API. This meant I didn't have to remember 4 separate URLs which saves loads of time when I was writing my front end code. What projects would you use this in?
Yes, you could allow users to sign up to one of three payment plans in stripe. based on which payment plan they chose, you can generate them an API key that has a different level of resources.
I've previously used this method to do a few cool things.
The first was to join a new service provider's API into my own. I had an existing app and there was a new service provider that we wanted to use. Instead of having to create 20 lambdas to make a request to each of the 20 endpoints, I did exactly what I did in the video to pull the endpoints into my API.
I've also used this to combine a few external APIs I was using into a single API. This meant I didn't have to remember 4 separate URLs which saves loads of time when I was writing my front end code.
What projects would you use this in?
Excellent, this was pretty fun!
Hey, thanks! It can be really useful if you're ever migrating from a traditional system (servers) to serverless.
Awesome video!
How do I pass Authorization token through serverless to en existing api server?
You can use header mappings to pass the correct headers
Hi Sam, with this amazing series, would it be possible to get better API keys and plan payments with Stripes then.
Yes, you could allow users to sign up to one of three payment plans in stripe. based on which payment plan they chose, you can generate them an API key that has a different level of resources.
mmm for one reason , sls do not allow me to use the "uri" param :/
At which point are you trying to use the uri?
you are amazing man!!!
Thanks I really appreciate the support