Skip to content

Commit

Permalink
export actions
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Jun 15, 2024
1 parent 28dc1c3 commit 9834c49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## [Unreleased][]

[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.35.0...HEAD
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.35.1...HEAD

## [0.35.1][] - 2024-06-15

[0.35.1]: https://github.com/chaostoolkit-incubator/chaostoolkit-aws/compare/0.35.0...0.35.1

### Fixed

* Export actions in awslambda

## [0.35.0][] - 2024-06-15

Expand Down
4 changes: 4 additions & 0 deletions chaosaws/awslambda/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"toggle_event_source_mapping_state",
"add_layer",
"remove_layer",
"add_latency",
"remove_latency",
"add_error",
"remove_error",
]
logger = get_logger()

Expand Down

0 comments on commit 9834c49

Please sign in to comment.