Academic literature on the topic 'AWS Serverless'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'AWS Serverless.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "AWS Serverless"
Ratkov, Aleksandar. "DIZAJN SERVERLESS WEB APLIKACIJA NA AMAZON PLATFORMI." Zbornik radova Fakulteta tehničkih nauka u Novom Sadu 34, no. 11 (November 3, 2019): 2009–11. http://dx.doi.org/10.24867/05be16ratkov.
Full textRisco, Sebastián, and Germán Moltó. "GPU-Enabled Serverless Workflows for Efficient Multimedia Processing." Applied Sciences 11, no. 4 (February 5, 2021): 1438. http://dx.doi.org/10.3390/app11041438.
Full textRoobini, M. S., Selvasurya Sampathkumar, Shaik Khadar Basha, and Anitha Ponraj. "Serverless Computing Using Amazon Web Services." Journal of Computational and Theoretical Nanoscience 17, no. 8 (August 1, 2020): 3581–85. http://dx.doi.org/10.1166/jctn.2020.9235.
Full textPogiatzis, Antreas, and Georgios Samakovitis. "An Event-Driven Serverless ETL Pipeline on AWS." Applied Sciences 11, no. 1 (December 28, 2020): 191. http://dx.doi.org/10.3390/app11010191.
Full textMuller, Lisa, Christos Chrysoulas, Nikolaos Pitropakis, and Peter J. Barclay. "A Traffic Analysis on Serverless Computing Based on the Example of a File Upload Stream on AWS Lambda." Big Data and Cognitive Computing 4, no. 4 (December 10, 2020): 38. http://dx.doi.org/10.3390/bdcc4040038.
Full textGiménez-Alventosa, V., Germán Moltó, and Miguel Caballer. "A framework and a performance assessment for serverless MapReduce on AWS Lambda." Future Generation Computer Systems 97 (August 2019): 259–74. http://dx.doi.org/10.1016/j.future.2019.02.057.
Full textAndi, Hari Krishnan. "Analysis of Serverless Computing Techniques in Cloud Software Framework." September 2021 3, no. 3 (August 20, 2021): 221–34. http://dx.doi.org/10.36548/jismac.2021.3.004.
Full textMalawski, Maciej, Adam Gajek, Adam Zima, Bartosz Balis, and Kamil Figiela. "Serverless execution of scientific workflows: Experiments with HyperFlow, AWS Lambda and Google Cloud Functions." Future Generation Computer Systems 110 (September 2020): 502–14. http://dx.doi.org/10.1016/j.future.2017.10.029.
Full textBebortta, Sujit, Saneev Kumar Das, Meenakshi Kandpal, Rabindra Kumar Barik, and Harishchandra Dubey. "Geospatial Serverless Computing: Architectures, Tools and Future Directions." ISPRS International Journal of Geo-Information 9, no. 5 (May 7, 2020): 311. http://dx.doi.org/10.3390/ijgi9050311.
Full textLee, Soohyun, Jeremy Johnson, Carl Vitzthum, Koray Kırlı, Burak H. Alver, and Peter J. Park. "Tibanna: software for scalable execution of portable pipelines on the cloud." Bioinformatics 35, no. 21 (May 11, 2019): 4424–26. http://dx.doi.org/10.1093/bioinformatics/btz379.
Full textDissertations / Theses on the topic "AWS Serverless"
Mengozzi, Federico. "Gli strumenti Serverless di AWS." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2021. http://amslaurea.unibo.it/23448/.
Full textGrumuldis, Algirdas. "Evaluation of “Serverless” Application Programming Model : How and when to start Serverles." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-247625.
Full textServerless är en fascinerande trend inom nutida mjukvaruutveckling som består av pay-as-you-go, autoscaling-tjänster. Löftet om reducerade kostnader för drift och utveckling attraherar såväl startupföretag som storföretag, trots att serverless är ett relativt nytt område där nya inriktningar och tjänster fortsätter att uppkomma. Serverless började som en oberoende tjänst som löste specifika problem (högt skalbar lagring och databehandling), och har nu blivit ett paradigmskifte för hur system byggs. Denna uppsats sökte svar på frågor om när och hur man ska börja med serverless genom att granska tillgängliga publikationer, genomföra intervjuer med IT-experter, analysera tillgängliga verktyg och identifiera begränsningarna i serverless-arkitekturen. Fokus ligger på AWS serverless stack, men de huvudsakliga slutsatserna är generiska och gäller för alla serverless-leverantörer – serverless håller vad den lovar, men djävulen bor i detaljerna. Tjänsteleverantörerna jobbar oavbrutet med att lösa begränsningarna eller skapa nya tjänster och lösningar som ska göra serverless till nästa fas i molnevolutionen.
Landin, Gustav. "AWS Lambda function performance measurement : A performance measurement of AWS Lambda functions using Serverless Framework and Express.js." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-104960.
Full textMoyer, Daniel William. "Punching Holes in the Cloud: Direct Communication between Serverless Functions Using NAT Traversal." Thesis, Virginia Tech, 2021. http://hdl.handle.net/10919/103627.
Full textMaster of Science
Serverless computing is a branch of cloud computing where users can remotely run small programs, called "functions," and pay only based on how long they run. A growing use for serverless computing is running large data processing applications that use many of these serverless functions at once, taking advantage of the fact that serverless programs can be started quickly and on-demand. Because serverless functions run on isolated networks from each other and can only make outbound connections to the public internet, a major challenge with this paradigm is transferring temporary computation data between functions. Previous works have used separate types of cloud storage services in combination with serverless computing to allow functions to exchange data. However, hard-drive--based storage is slow and memory-based storage is expensive. We evaluate the use of direct network connections between functions to overcome these limitations. Although functions cannot receive incoming network connections, we are able to bypass this restriction by using a standard networking technique called Network Address Translation (NAT) traversal. We use an external server as an initial relay to setup a network connection between two functions such that once the connection is established, the functions can communicate directly with each other without using the server anymore. In addition, we develop a communications framework to manage NAT traversal and data flow for applications using direct network connections. We evaluate this framework with an application for combining matching data entries and compare it to an equivalent version that uses storage based on hard drives for communication. For a job with over 100 functions, our implementation using direct network connections runs 4.7 times faster at almost half the cost.
Ажаж, А. Ф., and Геннадий Викторович Гейко. "Исследование Web-приложения для системы управления гостиничным комплексом." Thesis, Національний технічний університет "Харківський політехнічний інститут", 2019. http://repository.kpi.kharkov.ua/handle/KhPI-Press/46909.
Full textAndersson, Jonas. "Using React Native and AWS Lambda for cross-platform development in a startup." Thesis, Linköpings universitet, Programvara och system, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-143670.
Full textBertin, Matteo. "Cross-platform and Cloud-oriented Mobile Software Development with React Native and AWS." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2019. http://amslaurea.unibo.it/18655/.
Full textEriksson, Pontus. "Building a System for Driving and Rest Times from Activity Changes." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-450875.
Full textPrincipini, Gianluca. "Data Mesh: decentralizzare l'ownership dei dati mantenendo una governance centralizzata attraverso l'adozione di standard di processo e di interoperabilità." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2021.
Find full textCarli, Cristian. "Un esempio reale: dal mondo on premise a quello cloud su Amazon AWS." Bachelor's thesis, Alma Mater Studiorum - Università di Bologna, 2021. http://amslaurea.unibo.it/23087/.
Full textBooks on the topic "AWS Serverless"
Serverless Architectures on AWS. Manning Publications Company, 2019.
Find full textSbarski, Peter. Serverless Architectures on AWS: With examples using AWS Lambda. Manning Publications, 2017.
Find full textAWS Lambda in Action: Event-driven serverless applications. Manning Publications, 2016.
Find full textZanon, Diego. Building Serverless Web Applications: Develop scalable web apps using the Serverless Framework on AWS. Packt Publishing - ebooks Account, 2017.
Find full textElger, Peter Peter, and Eoin Eoin Shanaghy. AI As a Service: Serverless Machine Learning with AWS. Manning Publications Company, 2020.
Find full textServerless Applications with Node.js: Using AWS Lambda and Claudia.js. Manning Publications, 2019.
Find full textBarguzar, Abdulwahid Abdulhaque. Building Serverless Python Web Services with Zappa: Build and deploy serverless applications on AWS using Zappa. Packt Publishing, 2018.
Find full textKlems, Markus. AWS Lambda Quick Start Guide: Learn how to build and deploy serverless applications on AWS. Packt Publishing, 2018.
Find full textDabit, Nader. Full Stack Serverless: Modern Application Development with React, AWS, and GraphQL. O'Reilly Media, 2020.
Find full textChowhan, Kuldeep. Hands-On Serverless Computing: Build, run and orchestrate serverless applications using AWS Lambda, Microsoft Azure Functions, and Google Cloud Functions. Packt Publishing, 2018.
Find full textBook chapters on the topic "AWS Serverless"
Pothecary, Ryan. "Serverless." In Running Microsoft Workloads on AWS, 139–59. Berkeley, CA: Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-6628-1_6.
Full textVijayakumar, Thurupathan. "Serverless APIs." In Practical API Architecture and Development with Azure and AWS, 133–58. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3555-3_6.
Full textMardan, Azat. "Serverless Node with AWS Lambda." In Practical Node.js, 473–94. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3039-8_16.
Full textMurphy, Seán, Leonardas Persaud, William Martini, and Bill Bosshard. "On the Use of Web Assembly in a Serverless Context." In Agile Processes in Software Engineering and Extreme Programming – Workshops, 141–45. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-58858-8_15.
Full textGrzesik, Piotr, and Dariusz Mrozek. "Serverless Nanopore Basecalling with AWS Lambda." In Computational Science – ICCS 2021, 578–86. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-77964-1_44.
Full textChoudhary, Brijesh, Chinmay Pophale, Aditya Gutte, Ankit Dani, and S. S. Sonawani. "Case Study: Use of AWS Lambda for Building a Serverless Chat Application." In Proceeding of International Conference on Computational Science and Applications, 237–44. Singapore: Springer Singapore, 2020. http://dx.doi.org/10.1007/978-981-15-0790-8_24.
Full textConference papers on the topic "AWS Serverless"
Ephanov, A. "Going Serverless: Geostatistical Inversion on AWS." In Digital Subsurface Conference in Latin America. European Association of Geoscientists & Engineers, 2021. http://dx.doi.org/10.3997/2214-4609.202181008.
Full textOrtiz, Ariel. "Architecting Serverless Microservices on the Cloud with AWS." In SIGCSE '19: The 50th ACM Technical Symposium on Computer Science Education. New York, NY, USA: ACM, 2019. http://dx.doi.org/10.1145/3287324.3287533.
Full textRinta-Jaskari, Eetu, Christopher Allen, Tamara Meghla, and Davide Taibi. "Testing Approaches And Tools For AWS Lambda Serverless-Based Applications." In 2022 IEEE International Conference on Pervasive Computing and Communications Workshops and other Affiliated Events (PerCom Workshops). IEEE, 2022. http://dx.doi.org/10.1109/percomworkshops53856.2022.9767473.
Full textNicolas da Silva, Matheus, and Marcus Carvalho. "Análise de Mecanismos de Serverless Computing em Ambientes de Nuvens Computacionais." In XXXVII Simpósio Brasileiro de Redes de Computadores e Sistemas Distribuídos. Sociedade Brasileira de Computação - SBC, 2019. http://dx.doi.org/10.5753/sbrc_estendido.2019.7791.
Full textGandhi, Saloni, Anuja Gore, Sakshi Nimbarte, and Jibi Abraham. "Implementation and Analysis of a Serverless Shared Drive with AWS Lambda." In 2018 4th International Conference for Convergence in Technology (I2CT). IEEE, 2018. http://dx.doi.org/10.1109/i2ct42659.2018.9058237.
Full textKaplunovich, Alex, and Yelena Yesha. "Automatic Hyperparameter Optimization for Arbitrary Neural Networks in Serverless AWS Cloud." In 2021 12th International Conference on Information and Communication Systems (ICICS). IEEE, 2021. http://dx.doi.org/10.1109/icics52457.2021.9464618.
Full textPelle, István, János Czentye, János Dóka, and Balázs Sonkoly. "Dynamic latency control of serverless applications operated on AWS lambda and greengrass." In SIGCOMM '20: Annual conference of the ACM Special Interest Group on Data Communication on the applications, technologies, architectures, and protocols for computer communication. New York, NY, USA: ACM, 2020. http://dx.doi.org/10.1145/3405837.3411381.
Full textLinebarger, John. "A Smorgasbord of Serverless Technologies." In Proposed for presentation at the AWS/DOE Virtual Fusion VIII Conference held October 27-28, 2020 in Albuquerque, NM. US DOE, 2020. http://dx.doi.org/10.2172/1830933.
Full textReisman, Ronald. "Blockchain Serverless Public/Private Key Infrastructure for ADS-B Security, Authentication, and Privacy." In AIAA Scitech 2019 Forum. Reston, Virginia: American Institute of Aeronautics and Astronautics, 2019. http://dx.doi.org/10.2514/6.2019-2203.
Full textReisman, Ronald. "Correction: Blockchain Serverless Public/Private Key Infrastructure for ADS-B Security, Authentication, and Privacy." In AIAA Scitech 2019 Forum. Reston, Virginia: American Institute of Aeronautics and Astronautics, 2019. http://dx.doi.org/10.2514/6.2019-2203.c1.
Full text