Hi,
i try to implement the python-api into an aws worklfow containing aws-lambda for further processing of images and fis queries. For now, everything works like it would be on my local machine. I like the simple use of the API and want to integrate it optimally into an AWS lambda.
Do you know if there are any data transfer costs out of the aws infrastructure (because sentinel-2 images are in a s3 bucket). I understand, that the fis-request is a url.requests and there will be data transfer in and out, but will it also affect the retrieve of wms/wcs functions? Or is it rather recommended to use rasterio/boto3 and retrieve data directly from aws s3:bucket?