This is excellent! I had no idea this was possible. I would like you to also do the example you mentioned with 1 lambda at the back end. For example, assume I have 2 dynamo tables: customerdev and customerprod. I want a single lambda that will open the correct table. I am guessing there is a way for it to do something like if mystage = dev then open customerdev else open customerprod ? Keep up the great work ! And stay safe and healthy please.
reference to this series i have a request to upload detailed videos on 1- Configuration of API gateway with Elastic beans talk and connect to RDS MySql. 2-Configuration of users click streams for sentiment analysis as per above with Kinesis Stream and showing dashboard. 3--Configuration of Cloud Front with APi Gate way and Cognito.
@@SrceCde a social media company needs to analyse on real time click streams to visualize users trends with lowest possible user experience. i decided local users will go through CloudFront--Cognito-API Gateway -Elastic beanstalk-rds and more over from API gateway to Kinesis streams -Kinesis fire hose-Kinesis Analytics and finaly store the data to S3 which later can be archived to Glacier. I want to configure the whole scenario . Thanks and best regards
Very useful had to implement in my project and this came in handy 😊
Glad it is helpful! Please like, share & subscribe :)
Perfect video with architecture diagram to make things more clear..!!!
Glad it helped! Please like, share & subscribe. :)
I forgot to thank for the diagram you used in this tutorial and it helps a lot to understand.
This is excellent! I had no idea this was possible. I would like you to also do the example you mentioned with 1 lambda at the back end. For example, assume I have 2 dynamo tables: customerdev and customerprod. I want a single lambda that will open the correct table. I am guessing there is a way for it to do something like if mystage = dev then open customerdev else open customerprod ? Keep up the great work ! And stay safe and healthy please.
Thanks for stopping by Glenn Adams. I will certainly cover the same soon. Please stay tuned.
reference to this series i have a request to upload detailed videos on
1- Configuration of API gateway with Elastic beans talk and connect to RDS MySql.
2-Configuration of users click streams for sentiment analysis as per above with Kinesis Stream and showing dashboard.
3--Configuration of Cloud Front with APi Gate way and Cognito.
Thanks for stopping by hammadsaeedlodhi. Can you please convey the use-case you are trying to implement?
@@SrceCde a social media company needs to analyse on real time click streams to visualize users trends with lowest possible user experience. i decided local users will go through CloudFront--Cognito-API Gateway -Elastic beanstalk-rds and more over from API gateway to Kinesis streams -Kinesis fire hose-Kinesis Analytics and finaly store the data to S3 which later can be archived to Glacier. I want to configure the whole scenario . Thanks and best regards
Is there any way to create the stage environment variable using the OAS(Open API Spec) template ??
should we use this for storing secrets? it makes it easier to make one lambda instead of one per env
Can you use stage variable and lambda alias together? How?
excellent .Thanks.
I think you should have created just one lambda and multiple aliases referring prod and dev
Thanks for stopping by thulsi ram. I have covered the same in part 19 of the same tutorial series. :)
Thanks a LOT !
Thanks for stopping by Rafael Gimenes. I am glad that you found the tutorial helpful. Please like, share & subscribe. :)
So the stage variable is called dev or prod and the name of the lambda function is called dev or prod? Really?