aws / aws/serverless-java-container

Build and deploy native serverless app

未关闭
#1,082 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
docs
主要语言
Java
星标
1.6k
派生
574
PR 合并指标
30 天内没有已合并 PR

描述

*To help us debug your issue fill in the basic information below using the options provided*

*Serverless Java Container version*: `eg. 1.5`

*Implementations:* `Spring Boot 2 `

*Framework version:* `eg SpringBoot 3.3.4`

*Frontend service:* `REST API `

*Deployment method:* `eg SAM`

## Scenario
*I am tryin g to build native app and deploy, there are no instructions about how to build and deploy native app. I tried to use example pet-clinic native but I can only build it. Please provide typical way to build native app and deploy using architype*

## Expected behavior
*Describe how you would expect the application to behave*

## Actual behavior
*Describe what you are seeing instead*

## Steps to reproduce
*generate app and create CRUD rest service*

windows
```
mvn archetype:generate -DgroupId=dev -DartifactId=lambda -Dversion=1.0 ^
-DarchetypeGroupId=com.amazonaws.serverless.archetypes ^
-DarchetypeArtifactId=aws-serverless-springboot3-archetype ^
-DarchetypeVersion=2.0.1
```
linux
```
mvn archetype:generate -DgroupId=dev -DartifactId=lambda -Dversion=1.0 \
-DarchetypeGroupId=com.amazonaws.serverless.archetypes \
-DarchetypeArtifactId=aws-serverless-springboot3-archetype \
-DarchetypeVersion=2.0.1
```
*build native image*

*deploy to aws*
```sam deploy --guided --profile sv```

贡献指南

打开贡献指南

调研方向

Start with the Spring Boot 3 archetype commands in the issue and compare them with the pet-clinic native example. Document the typical native-image build and AWS deployment flow, including the `sam deploy --guided --profile sv` step; done means a generated CRUD REST service can be built natively and deployed using the archetype.

由索引模型根据 Issue 内容生成。

评估

技术栈
aws, java, spring-boot
领域
api, build-system, cloud
Issue 类型
文档
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
30/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。