0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

mavenとlambdaへのデプロイについて

Last updated at Posted at 2025-07-01

1.eclipce上でソース作成

\\プロジェクトをクリーンビルドして、テスト実行し、最新の依存ライブラリを強制取得しながら、ローカルリポジトリに成果物をインストールする
mvn clean install -U

\\Mavenなどでビルドして作った依存込みの「helloworld」アプリケーションの実行ファイルを直接起動する
\workspace_lamb\helloworld>jar tf target/helloworld-0.0.1-SNAPSHOT-shaded.jar

2.mavenビルドしたjarファイルをデプロイする

image.png

テストはイベント名適当で大丈夫。
イベントJSONには、inputのみ入力でもテスト成功する。

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?