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: setup axum framework #2

Merged
merged 1 commit into from
Dec 17, 2023
Merged

feat: setup axum framework #2

merged 1 commit into from
Dec 17, 2023

Conversation

kentSarmiento
Copy link
Owner

@kentSarmiento kentSarmiento commented Dec 17, 2023

Setup AXUM framework to handle requests for invoking Lambda function URLs:
https://docs.aws.amazon.com/lambda/latest/dg/urls-invocation.html

lambda_http = "0.8.3"
axum = "0.7.2"
#lambda_http = "0.8.3"
lambda_http = { git = "https://github.com/awslabs/aws-lambda-rust-runtime", branch = "hyper1_upgrade" }
Copy link
Owner Author

Choose a reason for hiding this comment

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

Temporarily using an unreleased version due to an ongoing support: awslabs/aws-lambda-rust-runtime#738

@kentSarmiento kentSarmiento merged commit 5aea0d2 into main Dec 17, 2023
2 checks passed
@kentSarmiento kentSarmiento deleted the feat-use-axum branch December 17, 2023 09:31
kentSarmiento added a commit that referenced this pull request Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant