Hello, Thanks for posting this video and its really helpful. In my case, i have hosted my application in lambda, but somehow my images are not rendering. Let me know if you have any quick resolution for same.
Do you've a dummy code over github for reference purpose. I want to actually create lambdas using .net core and then deploy them to multiple regions. How can I achieve that ?
You can run your asp.net core web application on labmda. Think of it as a mini server, but turns on quickly when the request comes. So you only pay for the actual time it runs
Hello, Thanks for posting this video and its really helpful.
In my case, i have hosted my application in lambda, but somehow my images are not rendering. Let me know if you have any quick resolution for same.
Way too many ads mate!
Do you've a dummy code over github for reference purpose. I want to actually create lambdas using .net core and then deploy them to multiple regions. How can I achieve that ?
Here you are github.com/cloudopian/azure-devops-on-aws/tree/master/MyLizardApp
Is this the same with the nodejs deployment?
What is role of lambda in case of web application?
You can run your asp.net core web application on labmda. Think of it as a mini server, but turns on quickly when the request comes. So you only pay for the actual time it runs
@@cloudopian do you have any tutorial on same, how web application would be accessed through its domain not aws api gateway url?