Skip to content

Commit

Permalink
Updated directories to align with aws built-in.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Fry committed Apr 24, 2023
1 parent 416a6c1 commit 69797d5
Show file tree
Hide file tree
Showing 30 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ s3_buckets := $(BUCKET_PREFIX)

TOPTARGETS := all clean package build

SUBDIRS := $(wildcard functions/source/*/.)
ZIP_SUBDIRS := $(wildcard functions/packages/*/.)
SUBDIRS := $(wildcard lambda_functions/source/*/.)
ZIP_SUBDIRS := $(wildcard lambda_functions/packages/*/.)

ZIP_FILES := $(shell find $(ZIP_SUBDIRS) -type f -name '*.zip')

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def send_honeycomb_event(honey_key, dataset, version, account, event, subaccount
'''.format(account, subaccount, version, event, eventdata)
logger.info('Generate payload : {}'.format(payload))
resp = requests.post("https://api.honeycomb.io/1/events/" + dataset,
headers={'X-Honeycomb-Team': honey_key,
'content-type': 'application/json'},
verify=True, data=payload)
headers={'X-Honeycomb-Team': honey_key,
'content-type': 'application/json'},
verify=True, data=payload)
logger.info("Honeycomb response {} {}".format(resp, resp.content))

except Exception as e:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 69797d5

Please sign in to comment.