Lambda vs Docker? Ask Programming |
- Lambda vs Docker?
- Help with SQL baby announcement
- how to play itunes music's from terminal or aiml pattern
- [Python Graphics] Using turtle to create circles for a project, stuck on last part.
- What is the deepest rabbit hole you've gone down in a software project?
- [JavaScript/TypeScript] Async/Await with Ajax and JavaScript
- Using constant strings for log messages. Good idea or bad idea?
- Any decaf developers here?
- Looking for an Architecture / Coding pattern
- Having trouble when adding a new column to existing dataframe, filling entries using a function
- help with .apk
- Your opinion on learning Assembly just after beginning with C#.
- I need help to compile a code.
- DB Linking help
- Programming skills website
- MapBox API that supports transit?
- Learning php
- Programming Flow
- Which Language is Better: F, F#, F*, D, Objective-C, C#, C++ or Visual Basic?
Posted: 09 May 2019 07:22 PM PDT Hello! A coworker and I were having a debate on whether we should deploy a new piece of functionality on AWS Lambda or on Docker containers. Let me give some context to address for our specific use case. I work for a large company. My team is utilizing an event-driven architecture to create an automated pipeline to solve a business problem. For some parts of the pipeline:
From an AWS Lambda perspective, my view was that we would be able to take advantage of the auto-scaling, cost saving, ease of security, and the speed to both write and maintain the lambda for developers. AWS Lambda would also only run the services as needed, when the pipeline is in use. From my coworkers perspective, they stated that the cost would be similar deploying out Docker containers with that of AWS Lambda, that it would maybe be a couple hundred dollars more a year to have Docker deployed out (The profits we would make would offset the cost). Docker Datacenter would do the auto scaling of the Docker containers for us. That it would be quicker for both developers to create an application using Docker and maintain that application, over AWS Lambda. That cold starts would only have more drawbacks than positives.
Any feedback is appreciated, and happy to provide any more information, if useful! Thank you. [link] [comments] |
Help with SQL baby announcement Posted: 09 May 2019 06:45 AM PDT Hi all, I'm hoping someone might be interested in helping me. My SO works regularly with SQL, and I'd like to tell him I'm pregnant using SQL code. I only have a vague understanding of any coding languages, though. Would it be possible to have something to make it obvious with sperm = SO's name + egg = me and the length of query = 40 weeks with baby as the final outcome? Yeah, no idea how to make that happen. [link] [comments] |
how to play itunes music's from terminal or aiml pattern Posted: 09 May 2019 09:45 PM PDT An attempt to make a very simple, Personal Assistant . and my project is based on aiml and uses pyaiml for using the AIML interpreter in python. I want to give a command for my aiml pattern to open iTunes and automatically play a random song, is there to make it work ? Like for example iPhone's Siri , she starts playing music automatically after she receives a command "play a music", no need to press the play button I used this to launch iTunes [link] [comments] |
[Python Graphics] Using turtle to create circles for a project, stuck on last part. Posted: 09 May 2019 09:43 PM PDT I cannot figure out how to get each circle to be the correct size, and my last circle is showing up too high. Here is my code:
|
No comments:
Post a Comment