Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
aws-powertools
/
powertools-lambda-python
Public
Notifications
You must be signed in to change notification settings
Fork
496
Star
3.3k
Code
Issues
42
Pull requests
26
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(apigateway): ignore trailing slashes in routes (APIGatewayRestResolver)
- #1609
#1609
Merged
heitorlessa
merged 12 commits into
aws-powertools:v2
aws-powertools/powertools-lambda-python:v2
from
walmsles:feat-router-1552
Copy head branch name to clipboard
Oct 19, 2022
Conversation
Commits
12
(12)
Checks
Files changed
Merged
feat(apigateway): ignore trailing slashes in routes (APIGatewayRestResolver)
#1609
heitorlessa
merged 12 commits into
aws-powertools:v2
aws-powertools/powertools-lambda-python:v2
from
walmsles:feat-router-1552
Copy head branch name to clipboard
Commits
Commits on Oct 17, 2022
feat(router): add feature and e2e tests for trailing slash on API calls
walmsles
committed
d4be740
View commit details
Copy full SHA for d4be740
Browse repository at this point
feat(router): add routing of url paths ending in slashes correctly for APIGatewayRestRsolver
walmsles
committed
50c7bec
View commit details
Copy full SHA for 50c7bec
Browse repository at this point
Commits on Oct 18, 2022
feat(router): add routing of url paths ending in slashes correctly for APIGatewayRestRsolver
walmsles
committed
2e1e972
View commit details
Copy full SHA for 2e1e972
Browse repository at this point
feat(router): change _compile_regex back to staticmethod not a required change - can call super static method in python.
walmsles
committed
011dc22
View commit details
Copy full SHA for 011dc22
Browse repository at this point
feat(router): move event file to fix misplaced case in test filename
walmsles
committed
1969f99
View commit details
Copy full SHA for 1969f99
Browse repository at this point
Update aws_lambda_powertools/event_handler/api_gateway.py
Show description for 73a2925
walmsles
and
heitorlessa
authored
73a2925
View commit details
Copy full SHA for 73a2925
Browse repository at this point
Update tests/functional/event_handler/test_api_gateway.py
Show description for 6d61851
walmsles
and
heitorlessa
authored
6d61851
View commit details
Copy full SHA for 6d61851
Browse repository at this point
Update tests/functional/event_handler/test_api_gateway.py
Show description for 798a350
walmsles
and
heitorlessa
authored
798a350
View commit details
Copy full SHA for 798a350
Browse repository at this point
Update tests/functional/event_handler/test_lambda_function_url.py
Show description for fb1a085
walmsles
and
heitorlessa
authored
fb1a085
View commit details
Copy full SHA for fb1a085
Browse repository at this point
feat(router): simplify assertion for response text
walmsles
committed
bfec2ef
View commit details
Copy full SHA for bfec2ef
Browse repository at this point
feat(router): Removed complexity around test setup and simplified testing for trailing slash in E2E tests for all API types and expected behaviours.
walmsles
committed
e9b8836
View commit details
Copy full SHA for e9b8836
Browse repository at this point
Commits on Oct 19, 2022
docs(apigateway): document trailing slash in routes for API GW REST v1
heitorlessa
committed
ce588d3
View commit details
Copy full SHA for ce588d3
Browse repository at this point
You can’t perform that action at this time.