Skip to content

Commit 231e729

Browse files
committed
chore: added an example of the deploy command to the ServiceNow readme; updated dependency versions for the lambdas
1 parent ecb4d00 commit 231e729

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
boto3>=1.37.7
22
aws-lambda-powertools>=2.30.2
33
requests>=2.31.0
4-
pysnc
4+
pysnc==1.0.2
55
PyJWT==2.8.0
66
cryptography==41.0.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
boto3>=1.37.7
2-
pysnc
2+
pysnc==1.0.2
33
PyJWT==2.8.0
44
cryptography==41.0.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
boto3>=1.37.7
2-
pysnc
2+
pysnc==1.0.2
33
aws-lambda-powertools>=2.30.0
44
PyJWT==2.8.0
55
cryptography==41.0.7
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
boto3>=1.37.7
2+
requests>=2.31.0

documentation/SERVICE_NOW/SERVICE_NOW.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ This document provides an overview of the AWS Security Incident Response Service
1313
--user-id <your-servicenow-user-id> \
1414
--private-key-path <path-to-private-key-file> \
1515
--integration-module <itsm|ir> \
16+
--log-level <info|error|debug>
17+
```
18+
19+
Eg.
20+
```bash
21+
# Deploy the integration with JWT OAuth authentication
22+
./deploy-integrations-solution.py service-now \
23+
--instance-id dev1234 \
24+
--client-id test-1234 \
25+
--client-secret "XXXXXXXXXXXXXXXXXXXX" \
26+
--user-id abcd.1234 \
27+
--private-key-path private.key \
28+
--integration-module ir \
1629
--log-level info
1730
```
1831

0 commit comments

Comments
 (0)