Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
913e310
feat: RFC: Validate incoming and outgoing events utility #95
Aug 16, 2020
3f9865a
Merge branch 'develop' into pydantic
heitorlessa Aug 23, 2020
7c55154
Merge branch 'develop' into pydantic
heitorlessa Aug 26, 2020
d50e261
improv: refactor structure to fit with utilities
heitorlessa Aug 26, 2020
bce7aab
added SQS schema & tests and sns skeleton
Aug 26, 2020
dc64b8a
Add validate function, fix flake8 issues
Aug 26, 2020
637a696
refactor: change to advanced parser
Sep 21, 2020
f986512
Merge branch 'develop' of github.com:risenberg-cyberark/aws-lambda-po…
Sep 21, 2020
3418767
refactor: pydantic as optional dependancy, remove lambdaContext
Sep 21, 2020
47cd711
feat: Advanced parser utility (pydantic)
Sep 22, 2020
b7cb539
Merge branch 'develop' of github.com:risenberg-cyberark/aws-lambda-po…
Sep 24, 2020
0edaf9a
Merge branch 'develop' of github.com:risenberg-cyberark/aws-lambda-po…
Sep 24, 2020
6ae1769
fix: add only pydantic (+1 squashed commit)
Sep 24, 2020
19a597f
Revert "fix: remove jmespath extras in Make"
heitorlessa Sep 25, 2020
57b6d23
poetry update (+2 squashed commits)
heitorlessa Sep 25, 2020
ad80cd3
chore: remove kitchen sink example
heitorlessa Sep 25, 2020
f1d39e1
chore: remove dev deps from example project
heitorlessa Sep 25, 2020
38e1582
fix: poetry update + pydantic, typing_extensions as optional
Sep 25, 2020
b1b7fb3
Merge branch 'develop' into pydantic
ran-isenberg Sep 25, 2020
a47056f
fix: reduce complexity of dynamo envelope
Sep 25, 2020
10d0079
fix: CR fixes
Oct 2, 2020
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove kitchen sink example
  • Loading branch information
heitorlessa authored and Ran Isenberg committed Sep 25, 2020
commit ad80cd3755b9dd8ae1532e1b4986a98e17026fdc
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dev-docs:
cd docs && npm install

format:
poetry run isort -rc aws_lambda_powertools tests example
poetry run isort -rc aws_lambda_powertools tests
poetry run black aws_lambda_powertools tests

lint: format
poetry run flake8 aws_lambda_powertools/* tests/* example/*
poetry run flake8 aws_lambda_powertools/* tests/*

test:
poetry run pytest -vvv --cov=./ --cov-report=xml
Expand Down
244 changes: 0 additions & 244 deletions example/.gitignore

This file was deleted.

136 changes: 0 additions & 136 deletions example/README.md

This file was deleted.

Loading