|
|
|
|
|
by psmithsfhn
1927 days ago
|
|
Been working on a service to let you listen to the web -- similar in function to the audio part of the Pocket app. Mostly using AWS Lambda and SNS. Some occasional weirdness in stringing functions together -- might do more with Step Functions. But weird part is some calls just seem to hang and never return -- unless they get a clean/new function of their own. Using Pythom 3.8 with Boto3 library. But generally amazed with what Lambda seems like it might be able to do if I can get it humming. http://readonthegoapp.com/ |
|