Comment on Show HN: ServerlessMaps – Host your own maps in the cloudparentComments−tobilgOP2yRight, the diagram is generated from the IaC of the project itself, so it contains all AWS resources involved.You could use the Lambda function to verify Access Tokens etc. before returning the tile data if that is a concern.CloudFront as CDN will enable Edge caching, meaning that recurrent requests will serve much faster, as S3 is always region-based.
Comments
Right, the diagram is generated from the IaC of the project itself, so it contains all AWS resources involved.
You could use the Lambda function to verify Access Tokens etc. before returning the tile data if that is a concern.
CloudFront as CDN will enable Edge caching, meaning that recurrent requests will serve much faster, as S3 is always region-based.