bug5440: documentation

This commit is contained in:
Axel Uhl
2022-09-30 16:41:18 +02:00
parent af09be2fc5
commit 5db8145b35
+2 -1
View File
@@ -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`
```
```