You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: updated documentation for ServiceNow integration setup; missing dependencies for lambdas; updated deploy script to upload the private key from local filepath to s3 before being used in the cdk for deployment; updated cdk to use the new s3 bucket (instead of assets as it requires resolution of filepath at runtime)
Copy file name to clipboardExpand all lines: aws_security_incident_response_sample_integrations/aws_security_incident_response_service_now_integration_stack.py
+8-15Lines changed: 8 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -96,12 +96,12 @@ def __init__(
96
96
description="The ServiceNow user ID for JWT authentication.",
0 commit comments