overcast local AWS emulator

Service Reference

Athena — Amazon Athena

Amazon Athena uses the application/x-amz-json-1.1 protocol. Operations are identified by the X-Amz-Target header with the prefix AmazonAthena..

Athena — Amazon Athena

AWS docs: https://docs.aws.amazon.com/athena/latest/APIReference/

Amazon Athena uses the application/x-amz-json-1.1 protocol. Operations are identified by the X-Amz-Target header with the prefix AmazonAthena..


Notes

  • Target dispatch header: X-Amz-Target: AmazonAthena.<Operation>.
  • Unrecognized operations return a JSON 501 Not Implemented error response.
  • Queries immediately succeed with status SUCCEEDED and return empty result sets — no actual query execution is performed.

Summary

Category✅ Supported
Queries4
WorkGroups4
Tags3

Endpoints

Queries

OperationStatusNotesAWS Docs
StartQueryExecution✅ SupportedStarts a query; immediately succeedsdocs
GetQueryExecution✅ SupportedReturns query execution detailsdocs
GetQueryResults✅ SupportedReturns query results (empty result set)docs
ListQueryExecutions✅ SupportedLists all query execution IDsdocs

WorkGroups

OperationStatusNotesAWS Docs
CreateWorkGroup✅ SupportedCreates a workgroupdocs
GetWorkGroup✅ SupportedReturns workgroup detailsdocs
ListWorkGroups✅ SupportedLists all workgroupsdocs
DeleteWorkGroup✅ SupportedDeletes a workgroupdocs

Tags

OperationStatusNotesAWS Docs
TagResource✅ SupportedAdds/updates tags on a workgroupdocs
UntagResource✅ SupportedRemoves tag keys from a workgroupdocs
ListTagsForResource✅ SupportedLists tags on a workgroupdocs