Skip to content

API lambda adjustments #1666

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

Merged
merged 8 commits into from
Aug 1, 2025
Merged

API lambda adjustments #1666

merged 8 commits into from
Aug 1, 2025

Conversation

reakaleek
Copy link
Member

@reakaleek reakaleek commented Aug 1, 2025

Changes

Post adjustments to make the lambda work:

@reakaleek reakaleek requested a review from a team as a code owner August 1, 2025 01:14

var app = builder.Build();

var v1 = app.MapGroup("/v1");
var v1 = app.MapGroup("/docs/_api/v1");
Copy link
Member

Choose a reason for hiding this comment

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

We need a few reserved namespaces in the markdown build :). I have /docs/api for the OpenAPI too.

@@ -31,5 +31,4 @@ RUN arch=$TARGETARCH \
&& if [ "$arch" = "amd64" ]; then arch="x64"; fi \
&& echo $TARGETOS-$arch > /tmp/rid

RUN dotnet publish src/infra/docs-lambda-index-publisher -r linux-x64 -c Release

RUN dotnet publish src/infra/docs-lambda-index-publisher -r $(cat /tmp/rid) -c Release
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Hehe, I unintentionally changed the wrong file..

I will keep as is, because it works.

@reakaleek reakaleek marked this pull request as draft August 1, 2025 10:00
@reakaleek reakaleek force-pushed the feature/api-lambda-adjustments branch from 1845aaf to fe1f37c Compare August 1, 2025 11:06
cloudfront is passing the full path to API gateway
…the INVOKE phase

the ssm parameter lambda exention does not work at INIT time
@reakaleek reakaleek force-pushed the feature/api-lambda-adjustments branch from fe1f37c to 37f32ef Compare August 1, 2025 11:22
@reakaleek reakaleek marked this pull request as ready for review August 1, 2025 11:59
@reakaleek reakaleek added the fix label Aug 1, 2025
@reakaleek reakaleek self-assigned this Aug 1, 2025
@reakaleek reakaleek merged commit 0f390c1 into main Aug 1, 2025
18 of 19 checks passed
@reakaleek reakaleek deleted the feature/api-lambda-adjustments branch August 1, 2025 12:39
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.

2 participants