1 Answer
- Newest
- Most votes
- Most comments
0
@Atif,
I haven't used .NET Aspire in AWS Lambda, so I don't have a full answer to your question. I do have an alternative for you to consider.
If you are looking for observability capabilities such as logging, tracing and metrics, have you considered using Powertools for AWS Lambda (.NET)? The Powertools are written and optimized for running within AWS Lambda and can be easily added to a .NET 6 or .NET 8 project.
Key logging features
- Capture key fields from Lambda context, cold start and structures logging output as JSON
- Log Lambda event when instructed (disabled by default)
- Log sampling enables DEBUG log level for a percentage of requests (disabled by default)
- Append additional keys to structured log at any point in time
In addition to the observability features, Powertools also provides features to support Idempotency, Parameters, and Batch Processing.
answered 5 months ago
I saw the Powertools but it doesn't gives the visualization as Aspire does.
Also we need to log into Console everytime to see the logs, etc..
Relevant content
- Accepted Answerasked 2 years ago
- asked 7 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 months ago
I've passed along your question to some folks internally who are testing out Aspire.