AWS lambda how do i pass in my global bundle.pem?
Im trying to write to my documentDB using aws lambda and when trying to connect to the db I need to verify the cert and need to pass in the global bundle.pem into the mongo uri but it cant detect it.