- 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
推薦閱讀
- 老“碼”識途
- ASP.NET程序設計教程
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Java 9 Programming By Example
- 小程序從0到1:微信全棧工程師一本通
- Java并發編程:核心方法與框架
- Instant Apache Camel Messaging System
- H5+移動營銷設計寶典
- Xamarin Cross-Platform Development Cookbook
- Oracle Database XE 11gR2 Jump Start Guide
- Yii2 By Example
- 用Python動手學統計學
- RESTful Web API Design with Node.js(Second Edition)