mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
bug5440: documentation
This commit is contained in:
@@ -58,6 +58,7 @@ You have to make sure to go each of the projects and install them to your local
|
||||
|
||||
Use then the following command to build the package which can be deployed to AWS:
|
||||
```
|
||||
cd java/com.sap.sailing.ingestion
|
||||
mvn clean -Dmaven.test.skip=true package
|
||||
```
|
||||
This will produce a JAR file in the project's ``bin`` folder. Deploy it using the following command. Use the function name for ``${function-name}``, such as ``FixIngestion`` or ``EndpointRegistration``, respectively:
|
||||
@@ -211,4 +212,4 @@ $ aws sts get-session-token --serial-number arn:aws:iam::017363970217:mfa/simonp
|
||||
&& aws configure --profile sapsailing set aws_access_key_id `jq -r .Credentials.AccessKeyId aws.json` \
|
||||
&& aws configure --profile sapsailing set aws_secret_access_key `jq -r .Credentials.SecretAccessKey aws.json` \
|
||||
&& aws configure --profile sapsailing set aws_session_token `jq -r .Credentials.SessionToken aws.json`
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user