readme_s_en.md 2.1 KB

Alibaba Cloud Function Compute Java8 Event function case

中文 | English

Quick start

Deploy via command line tools

Before starting, you need to install the Serverless Devs developer tools: npm install @serverless-devs/s -g, for more installation methods, please refer to Serverless Devs Installation Documentation , you also need to configure key information for Alibaba Cloud. For the method of configuring key information, please refer to Alibaba Cloud Key Configuration Document

  • Initialize the project: s init start-fc-event-java8 -d start-fc-event-java8 > It involves determining the selection of the key, the determination of the service name, the determination of the function name, and the determination of the container image
  • Enter the project: cd start-fc-event-java8
  • Deploy the project: s deploy -y
  • Invoke function: s invoke -e '{"key":"val"}'

Application details

This application is only used for learning and reference. You can carry out secondary development and improvement based on this project to realize your own business logic.

About Us