add changed data to output for command line processing
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
df1837e577
commit
a8d567a384
1 changed files with 2 additions and 1 deletions
3
etags.py
3
etags.py
|
@ -138,7 +138,8 @@ def lambda_handler(event, context):
|
|||
|
||||
return {
|
||||
'statusCode': 200,
|
||||
'body': json.dumps(event)
|
||||
'body': json.dumps(event),
|
||||
'changed': changed,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue