Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow to run AWS function without API gateway #15

Merged
merged 1 commit into from
May 3, 2021

Conversation

dominique-pfister
Copy link
Contributor

@dominique-pfister dominique-pfister commented May 2, 2021

possible fix for #12

Allows one to run a function directly in the AWS console, passing parameters as event payload, or, more interesting, install a cron trigger with a simple payload.

Comment on lines +354 to +359
{
key1: 'value1',
key2: 'value2',
key3: 'value3',
other: {},
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sample event that does not include requestContext

@dominique-pfister dominique-pfister changed the title feat: allow to run function without API gateway feat: allow to run AWS function without API gateway May 2, 2021
@dominique-pfister dominique-pfister merged commit 3a1d6d3 into main May 3, 2021
@dominique-pfister dominique-pfister deleted the no-api-gateway branch May 3, 2021 05:45
github-actions bot pushed a commit that referenced this pull request May 3, 2021
# [1.4.0](v1.3.0...v1.4.0) (2021-05-03)

### Features

* allow to run function without API gateway ([#15](#15)) ([3a1d6d3](3a1d6d3))
@github-actions
Copy link

github-actions bot commented May 3, 2021

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dominique-pfister dominique-pfister linked an issue May 5, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for function invocations not made via API Gateway
3 participants