- Java 9 Programming Blueprints
- Jason Lee
- 113字
- 2021-07-02 18:56:28
Serverless Java
Serverless, also known as function as a service (FaaS), is one of the hottest trends these days. It is an application/deployment model where a small function is deployed to a service that manages almost every aspect of the function--startup, shutdown, memory, and so on, freeing the developer from worrying about such details. In this chapter, we'll write a simple serverless Java application to see how it might be done, and how you might use this new technique for your own applications.
This project will cover the following:
- Creating an Amazon Web Services account
- Configuring AWS Lambda, Simple Notification Service, Simple Email Service, and DynamoDB
- Writing and deploying a Java function
推薦閱讀
- Mastering AWS Lambda
- HTML5移動Web開發(fā)技術(shù)
- Python 3.7網(wǎng)絡(luò)爬蟲快速入門
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計
- Rust編程:入門、實(shí)戰(zhàn)與進(jìn)階
- Apache Spark 2.x Machine Learning Cookbook
- DevOps入門與實(shí)踐
- 老“碼”識途
- Effective Python Penetration Testing
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- 高級語言程序設(shè)計(C語言版):基于計算思維能力培養(yǎng)
- MATLAB for Machine Learning
- Android應(yīng)用開發(fā)深入學(xué)習(xí)實(shí)錄
- Simulation for Data Science with R