Closed bryantbiggs closed 5 months ago
Not sure if this affects #46 at all. That PR had a working example of a websockets API. I can update if needed.
@lllama Thanks for the WebSocket example in #46!
I think it will be great if @bryantbiggs merges your example into this PR and update it to follow the rest of the examples we have.
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
Shhhh
I'm interested on this, any updates?
Is this feature just awaiting a review? This would be a great addition as we can't use this module as is.
Is this feature just awaiting a review? This would be a great addition as we can't use this module as is.
its waiting on me to finish it up, running a bit behind - my apologies. once I get https://github.com/terraform-aws-modules/terraform-aws-redshift/pull/61 across the line I'll focus on finish this one up as well
any update on this?
@bryantbiggs Do you want me to work on this one? I am interested in improving https://serverless.tf , so this is a good addition.
@antonbabenko yes, please feel free to take this one over if you have the time
Ok, I will work on it on Monday-Wednesday then.
Hi, are there any updates regarding this one? I'm really interested in this
Can We merge this pull request?
Can We merge this pull request?
Its being worked on, its currently in draft mode
@antonbabenko Can you please review the pull request?
@antonbabenko Can you please review the pull request?
Yes, as soon as I can. Probably, tomorrow.
This PR is included in version 5.0.0 :tada:
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Additional changes
v5.37.0
to support recent bug fixes in the providerapi_key_selection_expression
,route_selection_expression
variables set tonull
(still matches prior value v4.x version but is set asnull
now)routes
(wasintegrations
) has been updated and now uses optional inputsAdded
Modified
stage_access_log_settings
variablethrottling_burst_limit
andthrottling_rate_limit
respectively to ensure users do not face errors when deploying APIs for the first time and not configuring these"/aws/apigateway/${var.name}/${var.stage_name}"
) and retention period (30
) have been provided for the stage access logs log groupRemoved
See UPGRADE-5.0.md for full list of changes and notes on upgrade path
Motivation and Context
Closes #7 Closes #8 Closes #42 Closes #46 Closes #61
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request