Kong / Kong/lua-resty-aws

HostPrefix issue

Open
#57 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Lua
Stars
35
Forks
28
PR merge metrics
No merged PRs in 30d

Description

Some endpoints have hostPrefix and it's necessary to include it into host such as SFN:startSyncExecution.

```
"endpoint": {
"hostPrefix": "sync-"
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the endpoint construction or host-resolution entry point and inspect how the endpoint example for SFN:startSyncExecution is represented. Verify the hostPrefix value "sync-" is incorporated into the resulting host, and confirm the behavior for endpoints without a hostPrefix.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, lua
Domain
api
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.